Share

AcDbFullSubentPath::AcDbFullSubentPath

C++

AcDbFullSubentPath(
    AcDbObjectId entId, 
    AcDbSubentId subId
);

Description

Appends entId to the embedded AcDbObjectIdArray and initializes the embedded AcDbSubentId object with subId.

Parameters

Parameters Description
entId Input object ID of an object
subId Input subentity ID of an object

Links

AcDbFullSubentPath

Was this information helpful?