LeaderAnnotation Property
|
Gets or sets the leader annotation entity.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public EntityObject Annotation { get; set; }
Public Property Annotation As EntityObject
Get
Set
public:
property EntityObject^ Annotation {
EntityObject^ get ();
void set (EntityObject^ value);
}
member Annotation : EntityObject with get, set
PROPERTY Annotation AS EntityObject GET SET
Property Value
Type:
EntityObjectRemarks
Only MText, Text, Tolerance, and Insert entities are supported as a leader annotation.
Even if AutoCad allows a Text entity to be part of a Leader it is not recommended, always use a MText entity instead.
Set the annotation property to null to create a Leader without annotation.
See Also