AcDb2dPolyline

Class Hierarchy

AcRxObject
    AcGiDrawable
    AcHeapOperators
        AcDbObject
            AcDbEntity
                AcDbCurve
                    AcDb2dPolyline

C++

class AcDb2dPolyline : public AcDbCurve;

File

dbents.h

Description

The AcDb2dPolyline class represents the 2D polyline entity within AutoCAD.

Notes

Do not derive from this class. Attempting to do so will cause your application to halt AutoCAD.

Links

AcDb2dPolyline Constructor, AcDb2dPolyline Methods

See Also

AcDbObject, AcDbEntity, AcDb2dVertex