Share
 
 

LWPolyline Object (ActiveX)

A 2D line with adjustable width composed of line and arc segments.

Supported Platforms: Windows only

Class Information

Class Name

AcadLWPolyline

Object Inheritance
Object
   AcadObject
      AcadEntity
         AcadLWPolyline
Create Using

VBA

ModelSpace.AddLightweightPolyline
PaperSpace.AddLightweightPolyline
Block.AddLightweightPolyline
Access Via

VBA

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

Remarks

To create a lightweight polyline, use the AddLightweightPolyline method.

Was this information helpful?