Class TextAnnotation
public class TextAnnotation : IStructureElement, IFemDesignEntity
- Inheritance
-
TextAnnotation
- Implements
- Inherited Members
- Extension Methods
Constructors
TextAnnotation()
public TextAnnotation()
TextAnnotation(Point3d, Vector3d, Vector3d, Style_type, string)
public TextAnnotation(Point3d position, Vector3d localX, Vector3d localY, Style_type styleType, string text)
Parameters
positionPoint3dlocalXVector3dlocalYVector3dstyleTypeStyle_typetextstring
TextAnnotation(Point3d, Vector3d, Vector3d, string)
public TextAnnotation(Point3d position, Vector3d localX, Vector3d localY, string text)
Parameters
Fields
_text
public string _text
Field Value
Properties
DefaultLayer
public static string DefaultLayer { get; }
Property Value
Guid
Global Unique Id of entity
public Guid Guid { get; set; }
Property Value
LocalX
public Vector3d LocalX { get; set; }
Property Value
LocalY
public Vector3d LocalY { get; set; }
Property Value
Position
public Point3d Position { get; set; }
Property Value
StyleType
public Style_type StyleType { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
Methods
EntityCreated()
Invoke when an instance is created.
public void EntityCreated()
EntityModified()
Invoke when an instance is modified.
Changes timestamp and action.
public void EntityModified()
Initialize()
public void Initialize()
ToString()
public override string ToString()
Returns
Operators
implicit operator Text_type(TextAnnotation)
public static implicit operator Text_type(TextAnnotation t)