AcadMLeaderStyle
Set of characteristics that determine the appearance of a multileader entity.
Supported Platforms: Windows only
                            
Object Inheritance
Members
These members are part of this object:
Methods- GetXData
 
- SetXData
 
- Delete
 
- GetExtensionDictionary
 
Properties- Handle
 
- ObjectName
 
- ObjectID
 
- Application
 
- HasExtensionDictionary
 
- OwnerID
 
- Document
 
- Name
 
- Description
 
- BitFlags
 
- ContentType
 
- DrawMLeaderOrderType
 
- DrawLeaderOrderType
 
- MaxLeaderSegmentsPoints
 
- FirstSegmentAngleConstraint
 
- SecondSegmentAngleConstraint
 
- LeaderLineType
 
- LeaderLineColor
 
- LeaderLineTypeId
 
- LeaderLineWeight
 
- EnableLanding
 
- LandingGap
 
- EnableDogleg
 
- DoglegLength
 
- ArrowSymbol
 
- ArrowSize
 
- TextStyle
 
- TextLeftAttachmentType
 
- TextRightAttachmentType
 
- TextColor
 
- TextHeight
 
- EnableFrameText
 
- AlignSpace
 
- Block
 
- BlockColor
 
- EnableBlockScale
 
- BlockScale
 
- EnableBlockRotation
 
- BlockRotation
 
- BlockConnectionType
 
- ScaleFactor
 
- OverwritePropChanged
 
- Annotative
 
- BreakSize
 
- TextString
 
- TextAngleType
 
- TextAlignmentType
 
 
- GetXData()
 
Void GetXData([in] BSTR AppName, [out] Pointer Type XDataType, [out] Pointer Type XDataValue)
                                                
Returns the extended data (XData) associated with an object.
 
 
- SetXData()
 
Void SetXData([in] VARIANT XDataType, [in] VARIANT XDataValue)
                                                
Sets the extended data (XData) associated with an object.
 
 
- Delete()
 
Void Delete( )
                                                
Deletes a specified object.
 
 
- GetExtensionDictionary()
 
IAcadDictionary* GetExtensionDictionary( )
                                                
Returns the extension dictionary associated with an object.
 
 
- Handle [ReadOnly]
 
BSTR Handle( )
                                                
Returns the handle of an object.
 
 
- ObjectName [ReadOnly]
 
BSTR ObjectName( )
                                                
Returns the TeighaX class name of an object.
 
 
- ObjectID [ReadOnly]
 
LONG_PTR ObjectID( )
                                                
Returns the object ID of an object.
 
 
- Application [ReadOnly]
 
IDispatch* Application( )
                                                
Returns the Application object.
 
 
- HasExtensionDictionary [ReadOnly]
 
Boolean HasExtensionDictionary( )
                                                
Returns whether an object has an associated extension dictionary.
 
 
- OwnerID [ReadOnly]
 
LONG_PTR OwnerID( )
                                                
Returns the object ID of the parent object.
 
 
- Document [ReadOnly]
 
IDispatch* Document( )
                                                
Returns the drawing to which an object belongs.
 
 
- Name
 
BSTR Name( )
                                                
Specifies or returns the name of a multileader style.
 
 
- Description
 
BSTR Description( )
                                                
Specifies or returns the description of a multileader style.
 
 
- BitFlags
 
Integer BitFlags( )
                                                
Specifies or returns the operation bit set of a multileader style.
 
 
- ContentType
 
AcMLeaderContentType ContentType( )
                                                
Specifies or returns the content type of a multileader style.
 
 
- DrawMLeaderOrderType
 
AcDrawMLeaderOrderType DrawMLeaderOrderType( )
                                                
Specifies or returns the order of multileader creation for a multileader style.
 
 
- DrawLeaderOrderType
 
AcDrawLeaderOrderType DrawLeaderOrderType( )
                                                
Specifies or returns the order of leader creation for a multileader of a multileader style.
 
 
- MaxLeaderSegmentsPoints
 
Int MaxLeaderSegmentsPoints( )
                                                
Specifies or returns the maximum number of segment points in multileader lines of a multileader style.
 
 
- FirstSegmentAngleConstraint
 
AcSegmentAngleType FirstSegmentAngleConstraint( )
                                                
Specifies or returns the first segment angle constraint for a multileader of a multileader style.
 
 
- SecondSegmentAngleConstraint
 
AcSegmentAngleType SecondSegmentAngleConstraint( )
                                                
Specifies or returns the second segment angle constraint for a multileader of a multileader style.
 
 
- LeaderLineType
 
AcMLeaderType LeaderLineType( )
                                                
Specifies or returns the leader line type of a multileader style.
 
 
- LeaderLineColor
 
IAcadAcCmColor* LeaderLineColor( )
                                                
Specifies or returns the color of leader lines for a multileader style.
 
 
- LeaderLineTypeId
 
ACAD_LTYPE LeaderLineTypeId( )
                                                
Specifies or returns the linetype of leader lines for a multileader style.
 
 
- LeaderLineWeight
 
AcLineWeight LeaderLineWeight( )
                                                
Specifies or returns the lineweight of leader lines for a multileader style.
 
 
- EnableLanding
 
Boolean EnableLanding( )
                                                
Specifies or returns whether the landing of leader lines is enabled for a multileader style.
 
 
- LandingGap
 
Double LandingGap( )
                                                
Specifies or returns the gap between multiline text and the tail of leader lines for a multileader style.
 
 
- EnableDogleg
 
Boolean EnableDogleg( )
                                                
Specifies or returns whether dog legs are enabled for leader lines of a multileader style.
 
 
- DoglegLength
 
Double DoglegLength( )
                                                
Specifies or returns the dog leg length for leader lines of a multileader style.
 
 
- ArrowSymbol
 
BSTR ArrowSymbol( )
                                                
Specifies or returns the arrow symbol of a multileader style.
 
 
- ArrowSize
 
Double ArrowSize( )
                                                
Specifies or returns the arrow size of a multileader style.
 
 
- TextStyle
 
BSTR TextStyle( )
                                                
Specifies or returns the text style of a multileader style.
 
 
- TextLeftAttachmentType
 
AcTextAttachmentType TextLeftAttachmentType( )
                                                
Specifies or returns how left-aligned text is positioned for a multileader style.
 
 
- TextRightAttachmentType
 
AcTextAttachmentType TextRightAttachmentType( )
                                                
Specifies or returns how right-aligned text is positioned for a multileader style.
 
 
- TextColor
 
IAcadAcCmColor* TextColor( )
                                                
Specifies or returns the multline text color of a multileader style.
 
 
- TextHeight
 
Double TextHeight( )
                                                
Specifies or returns the multline text height of a multileader style.
 
 
- EnableFrameText
 
Boolean EnableFrameText( )
                                                
Specifies or returns whether a frame displays around multline text of a multileader style.
 
 
- AlignSpace
 
Double AlignSpace( )
                                                
Specifies or returns the alignment space value of a multileader style.
 
 
- Block
 
BSTR Block( )
                                                
Specifies or returns the block content of a multileader style.
 
 
- BlockColor
 
IAcadAcCmColor* BlockColor( )
                                                
Specifies or returns the color of block content for a multileader style.
 
 
- EnableBlockScale
 
Boolean EnableBlockScale( )
                                                
Specifies or returns whether the blocks are scaled for a multileader style.
 
 
- BlockScale
 
Double BlockScale( )
                                                
Specifies or returns the block scale value for a multileader style.
 
 
- EnableBlockRotation
 
Boolean EnableBlockRotation( )
                                                
Specifies or returns whether blocks are rotated for a multileader style.
 
 
- BlockRotation
 
Double BlockRotation( )
                                                
Specifies or returns the rotation value for a multileader style.
 
 
- BlockConnectionType
 
AcBlockConnectionType BlockConnectionType( )
                                                
Specifies or returns the block connection type of a multileader style.
 
 
- ScaleFactor
 
Double ScaleFactor( )
                                                
Specifies or returns the multileader scale of a specified multileader style.
 
 
- OverwritePropChanged [ReadOnly]
 
Boolean OverwritePropChanged( )
                                                
Returns whether properties were changed for a multileader style.
 
 
- Annotative
 
Boolean Annotative( )
                                                
Specifies or returns the annotative status of a multileader style.
 
 
- BreakSize
 
Double BreakSize( )
                                                
Specifies or returns the gap size used for breaking leader lines of a multileader style.
 
 
- TextString
 
BSTR TextString( )
                                                
Specifies or returns the multiline text text string of a multileader style.
 
 
- TextAngleType
 
AcTextAngleType TextAngleType( )
                                                
Specifies or returns the text angle type of a multileader style.
 
 
- TextAlignmentType
 
AcTextAlignmentType TextAlignmentType( )
                                                
Specifies or returns the text alignment type of a multileader style.
 
 
- Modified()
 
Void Modified(IAcadObject pObject)
                                                
Occurs when an object in a drawing has been modified.