AcRxObject AcGiDrawable AcHeapOperators AcDbObject AcDbEntity AcDbVertex AcDb3dPolylineVertex
class AcDb3dPolylineVertex : public AcDbVertex;
dbents.h
The AcDb3dPolylineVertex class represents the vertices within 3D polylines in AutoCAD.
AcDb3dPolylineVertex objects contain the AcDbEntity methods to set the entity properties such as color, layer, and linetype. However, vertices are subentities that are supposed to have the same entity properties as the parent polyline. Therefore, using the AcDbEntity methods within the AcDb3dPolylineVertex objects to change these properties to values other than those of the parent will result in corrupt vertices. An audit can fix the corrupt vertices.
Do not derive from this class. Attempting to do so will cause your application to halt AutoCAD.
AcDb3dPolylineVertex Constructor, AcDb3dPolylineVertex Methods
AcDbObject, AcDbEntity, AcDb3dPolyline