Share

AcDbVertexRef::AcDbVertexRef (AcDbEntity*) Constructor

C++

ACDBCORE2D_PORT 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

AcDbVertexRef Class

Was this information helpful?