AcadMLeaderLeader
Multi-Leader's Leader Line
Supported Platforms: Windows only
Object Inheritance
Members
These members are part of this object:
Properties- ObjectName
- color
- Layer
- Linetype
- LinetypeScale
- PlotStyleName
- Lineweight
- Hyperlinks
- LeaderType
- LeaderLineColor
- LeaderLineType
- LeaderLineWeight
- ArrowheadType
- ArrowheadSize
- ArrowheadBlock
- ObjectName [ReadOnly]
BSTR ObjectName( )
Gets the AutoCAD class name of the object
- color
IAcadAcCmColor* color( )
Returns the true color of the object.
- Layer [ReadOnly]
BSTR Layer( )
Specifies the current layer of the object
- Linetype [ReadOnly]
BSTR Linetype( )
Specifies the current linetype of the object
- LinetypeScale [ReadOnly]
ACAD_NOUNITS LinetypeScale( )
Specifies the linetype scale factor of the object
- PlotStyleName [ReadOnly]
BSTR PlotStyleName( )
Specifies the plotstyle name for the object
- Lineweight [ReadOnly]
ACAD_LWEIGHT Lineweight( )
Specifies the lineweight for the object
- Hyperlinks [ReadOnly]
IAcadHyperlinks* Hyperlinks( )
Assigns a hyperlink to an object and displays the hyperlink name or description (if one is specified)
- LeaderType
AcMLeaderType LeaderType( )
Specifies the leader type
- LeaderLineColor
IAcadAcCmColor* LeaderLineColor( )
Specifies the color of the leader lines
- LeaderLineType
ACAD_LTYPE LeaderLineType( )
Specifies the linetype of leader lines
- LeaderLineWeight
ACAD_LWEIGHT LeaderLineWeight( )
Specifies the line weight of leader lines
- ArrowheadType
AcDimArrowheadType ArrowheadType( )
Specifies the type of leader arrowhead
- ArrowheadSize
Double ArrowheadSize( )
Specifies the size of leader arrowhead
- ArrowheadBlock
BSTR ArrowheadBlock( )
Specifies the block to use as the custom arrowhead for leader lines of multileader
- Modified()
Void Modified([in, optional] IAcadObject pObject)
Occurs when an object in a drawing has been modified.