Share

AcDbVertexRef::AcDbVertexRef (AcDbCompoundObjectId&, AcDbSubentId&, AcGePoint3d&) Constructor

C++

ACDBCORE2D_PORT explicit AcDbVertexRef(
    const AcDbCompoundObjectId&, 
    const AcDbSubentId& = kNullSubentId, 
    const AcGePoint3d& = AcGePoint3d::kOrigin
);

Description

The constructor sets the data members of the AcDbEdgeRef.

Parameters

Parameters Description
AcDbCompoundObjectId&
AcDbSubentId&
AcGePoint3d&

Links

AcDbVertexRef Class

Was this information helpful?