Share
 
 

XLine Object (ActiveX)

A construction line that is infinite in both directions.

Supported Platforms: Windows only

Class Information

Class Name

AcadXline

Object Inheritance
Object
   AcadObject
      AcadEntity
         AcadXline
Create Using

VBA

ModelSpace.AddXline
PaperSpace.AddXline
Block.AddXline
Access Via

VBA

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

Remarks

To create an XLine, use the AddXLine method.

Was this information helpful?