Share

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

C++

ACDBCORE2D_PORT explicit AcDbSubentRef(
    const AcDbCompoundObjectId&, 
    const AcDbSubentId& = kNullSubentId
);

Description

The constructor sets data members of the AcDbSubentRef.

Parameters

Parameters Description
AcDbCompoundObjectId&
AcDbSubentId&

Links

AcDbSubentRef Class

Was this information helpful?