Share

AcDbAssocArrayActionBody::getItems Method

C++

ACDBCORE2D_PORT void getItems(
    AcArray<AcDbItemLocator>& indices, 
    bool skipErased = true
) const;

Description

Gets the indices of all the items owned by this array.

Parameters

Parameters Description
indices Output list of spatial indices.
skipErased Input flag indicating whether erased items should be skipped.

Links

AcDbAssocArrayActionBody Class

Was this information helpful?