Class CadLeader

CadLeader class

Class describing Cad leader

public class CadLeader : CadBaseEntity

Constructors

NameDescription
CadLeader()Initializes a new instance of the CadLeader class.

Properties

NameDescription
AnnotationPlacementPointOffset { get; set; }Gets or sets offset of last leader vertex from annotation placement point
AnnotType { get; set; }Gets or sets the annot type.
ApplicationCodesContainer { get; set; }Gets or sets the application defined codes container.
ArrowHeadFlag { get; set; }Gets or sets the arrowhead flag.
AssociatedAnnotation { get; set; }Gets or sets reference to associated annotation object.
AssocViewPortHandle { get; }Gets or sets of the associated view port handle
Attribute102Values { get; set; }Gets or sets the attribute102 values.
Attributes { get; set; }Gets or sets the attributes.
Bounds { get; set; }Minimal and maximal points of entity. Filled after GetBounds is called for CadImage.
ChildObjects { get; set; }Gets or sets the child objects.
ColorId { get; set; }Gets or sets the color id.
ColorName { get; set; }Gets or sets the name of the color.
ColorValue { get; set; }Gets or sets the color value.
Coordinates { get; set; }Gets or sets the coordinates.
CreationFlag { get; set; }Gets or sets the type of path.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
EndPointPrj { get; set; }Gets or sets the end point prj
Entmode { get; set; }The Entmode
Extrusion { get; set; }Gets or sets the extrusion
HardOwner { get; set; }Gets or sets the hard owner.
HookLineCreationFlag { get; set; }Gets or sets the hook line creation flag.
HookLineFlag { get; set; }Gets or sets the hook line flag.
HorizontalDirection { get; set; }Gets or sets the horizontal direction.
Hyperlink { get; set; }Gets or sets the hyperlink.
IsAssocViewPortHandleSet { get; }Gets a value indicating whether associated view port handle is set.
IsByLayer { get; set; }The IsByLayer
IsNoLinks { get; set; }The IsNoLinks
IsSoftOwnerSet { get; }Gets a value indicating whether soft owner is set.
LastLeaderVertex { get; set; }Gets or sets the last leader vertex.
LayerName { get; set; }Gets or sets the name of the layer.
LayoutTabName { get; set; }Gets or sets the name of the layout tab.
LeaderColor { get; set; }Gets or sets the color of the leader.
LineScale { get; set; }Gets or sets the line scale.
LineTypeName { get; set; }Gets or sets the name of the line type.
LineWeight { get; set; }Gets or sets the line weight.
LType { get; set; }The LType
Material { get; set; }Gets or sets the material.
MaterialHandle { get; set; }Gets or sets the material handle.
NormalVector { get; set; }Gets or sets normal vector
Numreactors { get; set; }The Numreactors
ObjectHandle { get; set; }Gets or sets the object handle.
OffsetBlock { get; set; }Gets or sets the offset block
PathType { get; set; }Gets or sets the type of path.
PlotStyle { get; set; }Gets or sets the plot style.
PlotStyleFlag { get; set; }Plot style flag.
ProxyBytesCount { get; set; }Gets or sets the proxy bytes count.
ProxyData { get; set; }Gets or sets the proxy data.
Reactors { get; set; }Get or sets the reactors handle
ShadowMode { get; set; }Gets or sets the shadow mode.
SoftOwner { get; set; }Gets or sets the soft owner.
SpaceMode { get; set; }Gets or sets the space mode.
StorageFlag { get; set; }The StorageFlag
StyleType { get; set; }Gets or sets the style type.
TextHeight { get; set; }Gets or sets the text height.
TextWidth { get; set; }Gets or sets the scale x.
Transparency { get; set; }Gets or sets the transparency.
override TypeName { get; }Gets the name of the type.
VerticesCount { get; set; }Gets or sets the count of vertices.
virtual Visible { get; set; }Gets or sets a value indicating whether this CadBaseEntity is visible.
XdataContainer { get; set; }Gets or sets the xdata container.
XDirMissingFlag { get; set; }The XDirMissingFlag

Methods

NameDescription
GetUID()Identifier to use if object handle doesn’t work. Done as method not to disturb FileComparer’s property comparer
SetUID(string)Sets

See Also