AcDbFaceRef::AcDbFaceRef Constructor (AcDbCompoundObjectId&, AcDbSubentId&, class BODY*)   

explicit AcDbFaceRef(
    const AcDbCompoundObjectId&, 
    const AcDbSubentId& = kNullSubentId, 
    class BODY* = NULL
);
Parameters
Parameters 
Description 
AcDbCompoundObjectId& 
 
AcDbSubentId& 
 
BODY* 
 
Description

The constructor sets the data members of the AcDbFaceRef. The provided ASM BODY is not copied, the caller is responsible for providing a copy, if needed.

Links