Polyline Object (ActiveX)

A 2D line of adjustable width or a 3D line or mesh of non-adjustable width composed of line and arc segments.

Supported Platforms: Windows only

Class Information

Class Name

AcadPolyline

Object Inheritance
Object
   AcadObject
      AcadEntity
         AcadPolyline
Create Using

VBA

ModelSpace.AddPolyline
PaperSpace.AddPolyline
Block.AddPolyline
Access Via

VBA

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

Members

These members are part of this object:

Remarks

This object is an earlier version of the LightweightPolyline object.

This object exists for backward compatibility only. Use the LightweightPolyline object to create polylines with an optimized format that saves memory and disk space.