Line object |
A single line segment.
VBA class name: |
AcadLine |
---|---|
Create using: |
ModelSpace.AddLine |
Access via: |
ModelSpace.Item |
Lines can be one segment or a series of connected segments, but each segment is a separate Line object. Use the Line object if you want to edit individual segments. If you need to draw a series of line segments as a single object, use the LightweightPolyline object.
To create a line, use the AddLine method. To edit or query a line, use the following methods and properties:
Methods |
Properties |
Events |
Comments? |