Share

AcDbVertexRef Class

Class Hierarchy

AcRxObject
    AcDbGeomRef
        AcDbSubentRef
            AcDbVertexRef

C++

class AcDbVertexRef : public AcDbSubentRef;

File

AcDbGeomRef.h

Description

Reference to a vertex, i.e. a subentity whose geometry is a point. It may either be whole AcDbPoint entity, kVertexSubentType subentity of an entity, or a constant AcGePoint3d. Notice that this reference is generally non-persistent, because it uses transient AcDbSubentId.

Links

AcDbVertexRef Constructor, AcDbVertexRef Enumerations, AcDbVertexRef Methods

Was this information helpful?