AcDbEdgeRef::AcDbEdgeRef(AcDbCompoundObjectId&, AcDbSubentId&, AcDbSubentId&, AcGeCurve3d*) Constructor   

C++
explicit AcDbEdgeRef(
    const AcDbCompoundObjectId&, 
    const AcDbSubentId& edgeSubentId = kNullSubentId, 
    const AcDbSubentId& faceSubentId = kNullSubentId, 
    const AcGeCurve3d* pCurve = NULL
);
Parameters
Parameters 
Description 
edgeSubentId 
 
faceSubentId 
 
pCurve 
 
AcDbCompoundObjectId& 
 
Description

The constructor sets the data members of the AcDbEdgeRef.

Links