AcRxObject AcDbGeomRef AcDbSubentRef AcDbVertexRef
class AcDbVertexRef : public AcDbSubentRef;
AcDbGeomRef.h
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.
AcDbVertexRef Constructor, AcDbVertexRef Enumerations, AcDbVertexRef Methods