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

C++
explicit AcDbVertexRef(
    const AcDbCompoundObjectId&, 
    const AcDbSubentId& = kNullSubentId, 
    const AcGePoint3d& = AcGePoint3d::kOrigin
);
Parameters
Parameters 
Description 
AcDbCompoundObjectId& 
 
AcDbSubentId& 
 
AcGePoint3d& 
 
Description

The constructor sets the data members of the AcDbEdgeRef.

Links