AcDbVertexRef::AcDbVertexRef(AcDbEntity*) Constructor   

C++
explicit AcDbVertexRef(
    const AcDbEntity*
);
Description

The constructor causes the AcDbVertexRef to maintain the AcDbObjectId of the given AcDbEntity. Moreover, if the entity is derived from AcDbPoint, it maintains its AcGePoint3d as AcGePoint3d.

Links