MLine Object (ActiveX)

Multiple parallel lines.

Supported Platforms: Windows only

Class Information

Class Name

AcadMLine

Object Inheritance
Object
   AcadObject
      AcadEntity
         AcadMLine
Create Using

VBA

ModelSpace.AddMLine
PaperSpace.AddMLine
Block.AddMLine
Access Via

VBA

ModelSpace.Item
PaperSpace.Item
Block.Item
SelectionSet.Item
Group.Item

Members

These members are part of this object:

Remarks

MLine objects can be comprised of up to 16 lines.

To add an MLine to your drawing, use the AddMLine method.