Share

AcDbSubentId::AcDbSubentId

C++

AcDbSubentId(
    AcRxClass* pTypeClass, 
    Adesk::GsMarker index
);

Description

Constructs a new AcDbSubentId with the specified type class and index, using type AcDb::kClassSubentType.

Parameters

Parameters Description
pTypeClass Input pointer to the AcRxClass for the subentity
i Input the index of the subentity

Links

AcDbSubentId

Was this information helpful?