AcDb3dPolyline

Class Hierarchy

AcRxObject
    AcGiDrawable
    AcHeapOperators
        AcDbObject
            AcDbEntity
                AcDbCurve
                    AcDb3dPolyline

C++

class AcDb3dPolyline : public AcDbCurve;

File

dbents.h

Description

The AcDb3dPolyline class represents the 3D polyline entity within AutoCAD.

Notes

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

Links

AcDb3dPolyline Constructor, AcDb3dPolyline Methods

See Also

AcDbObject, AcDbEntity