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

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

The constructor sets the data members of the AcDbEdgeRef.

Links