Adds, modifies, and deletes MLeader styles.
Supported Platforms: Windows only
AcadMLeaderStyle
Object AcadObject AcadMLeaderStyle
VBA
Dim Dictionary As AcadDictionary
Set Dictionary = Document.Dictionaries.Item("ACAD_MLEADERSTYLE")
Dictionary.AddObject("<Style Name>", "AcDbMLeaderStyle")
VBA
Dim Dictionary As AcadDictionary
Set Dictionary = Document.Dictionaries.Item("ACAD_MLEADERSTYLE")
Dictionary.Item
These members are part of this object:
|
Methods |
Properties |
Events |
|---|---|---|
You can use the MLeaderStyle object to store MLeader formatting. The object controls the initial formatting of a newly created MLeader object.