Skip to content

ACadSharp.Entities.Leader

Albert Domenech edited this page Aug 5, 2024 · 4 revisions

Leader Class

Represents a entity.

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Entities

C#

DxfNameAttribute
DxfSubClassAttribute
public class Leader

Properties

Returns Name Summary
XYZ AnnotationOffset Offset of last leader vertex from annotation placement point.
Boolean ArrowHeadEnabled Arrowhead flag.
Entity AssociatedAnnotation Hard reference to associated annotation (mtext, tolerance, or insert entity).
XYZ BlockOffset Offset of last leader vertex from block reference insertion point.
LeaderCreationType CreationType Leader creation flag, AssociatedAnnotation type.
Boolean HasHookline Hookline flag.
Boolean HookLineDirection Hookline direction flag.
XYZ HorizontalDirection Horizontal direction for leader.
XYZ Normal Normal vector.
String ObjectName
ObjectType ObjectType
LeaderPathType PathType Leader Path Type.
DimensionStyle Style Dimension Style.
String SubclassMarker
Double TextHeight Text annotation height.
Double TextWidth Text annotation width.
List<XYZ> Vertices Vertices in leader.

Methods

Returns Name Summary
CadObject Clone
BoundingBox GetBoundingBox
Clone this wiki locally