Share

acgiGetCompoundObjStack

C++

ACDBCORE2D_PORT Acad::ErrorStatus acgiGetCompoundObjStack(
    AcDbObjectIdArray& comps
);

File

acgi.h

Description

Fills the comps array with the objectIds of all of the entities currently involved in the regen which have the AcGiDrawable::kDrawableIsCompoundObject attribute set.

The stack is outermost CompoundObject id first and innermost id last.

Parameters

Parameters Description
comps Input array to be filled in with the objectIds

Returns

Returns Acad::eOk if successful.

Was this information helpful?