Class CadMLeader

CadMLeader class

Class describing Cad multileader

public class CadMLeader : CadBaseEntity

Constructors

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

Properties

NameDescription
ApplicationCodesContainer { get; set; }Gets or sets the application defined codes container.
ArrowHeadId1 { get; set; }Gets or sets arrow head ID.
ArrowHeadId2 { get; set; }Gets or sets the arrow head id2.
ArrowheadIndex { get; set; }Gets or sets the index of the arrowhead.
ArrowheadSize { get; set; }Gets or sets the size of the arrowhead.
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.
BlockContentColor { get; set; }Gets or sets the color of text.
BlockContentConnectionType { get; set; }Gets or sets the type of the block content connection.
BlockContentId { get; set; }Gets or sets the block content identifier.
BlockContentRotation { get; set; }Gets or sets the block content rotation.
BlockContentScale { get; set; }Gets or sets the block content scale.
Blocks { get; set; }Gets or sets the blocks.
BottomTextAttachmentDirection { get; set; }Gets or sets the bottom text attachment direction.
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.
ContentType { get; set; }Gets or sets the type of the content.
ContextData { get; set; }Gets or sets the context data
DoglegLength { get; set; }Gets or sets the length of the dogleg.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
EnableAnnotationScale { get; set; }Gets or sets a value indicating whether [enable annotation scale].
EnableDogleg { get; set; }Gets or sets a value indicating whether [enable dogleg].
EnableFrameText { get; set; }Gets or sets a value indicating whether [enable frame text].
EnableLanding { get; set; }Gets or sets a value indicating whether [enable landing].
Entmode { get; set; }The Entmode
HardOwner { get; set; }Gets or sets the hard owner.
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.
LayerName { get; set; }Gets or sets the name of the layer.
LayoutTabName { get; set; }Gets or sets the name of the layout tab.
LeaderExtendedToText { get; set; }Gets or sets leader extended to text.
LeaderLineColor { get; set; }Gets or sets the color of text.
LeaderLineTypeID { get; set; }Gets or sets the leader line type identifier.
LeaderLineWeight { get; set; }Gets or sets the leader line weight.
LeaderStyleId { get; set; }Gets or sets leader style Id
LeaderType { get; set; }Gets or sets the type.
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.
Numreactors { get; set; }The Numreactors
ObjectHandle { get; set; }Gets or sets the object handle.
PlotStyle { get; set; }Gets or sets the plot style.
PlotStyleFlag { get; set; }Plot style flag.
PropertyOverrideFlag { get; set; }Gets or sets the property override 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
StyleDescription { get; set; }Gets or sets the style type.
TextAlignInIpe { get; set; }Gets or sets the text align in ipe.
TextAlignmentType { get; set; }Gets or sets the type of the text alignment.
TextAngleType { get; set; }Gets or sets the type of the text angle.
TextAttachmentDirection { get; set; }Gets or sets the text attachment direction.
TextAttachmentPoint { get; set; }Gets or sets the text attachment point.
TextColor { get; set; }Gets or sets the color of the text.
TextDirectionNegative { get; set; }Gets or sets a value indicating whether [text direction negative].
TextHeight { get; set; }Gets or sets height of text.
TextLeftAttachmentType { get; set; }Gets or sets the type of the text left attachment.
TextRightAttachmentType { get; set; }Gets or sets the type of the text right attachment.
TextStyleId { get; set; }Gets or sets the text style identifier.
TopTextAttachmentDirection { get; set; }Gets or sets the top text attachment direction.
Transparency { get; set; }Gets or sets the transparency.
override TypeName { get; }Gets the name of the type.
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