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