AcDbSubentRef::AcDbSubentRef(AcDbCompoundObjectId&, AcDbSubentId&) Constructor   

C++
explicit AcDbSubentRef(
    const AcDbCompoundObjectId&, 
    const AcDbSubentId& = kNullSubentId
);
Parameters
Parameters 
Description 
AcDbCompoundObjectId& 
 
AcDbSubentId& 
 
Description

The constructor sets data members of the AcDbSubentRef.

Links