Share

AcDbAssocArrayActionBody::controlsItem Method

C++

virtual ACDBCORE2D_PORT bool controlsItem(
    const AcDbAssocArrayItem& index
) const;

Description

An item in an associative array can be controlled either by the action which has created it or by another action which modifies this item. This method checks whether the given item is controlled by this action. This method returns false in two condition if the index is out of range or this action is a modification action and doesn't modify the given item.

Parameters

Parameters Description
index The input spatial index.

Returns

True, if the item is controlled by this action.

Links

AcDbAssocArrayActionBody Class

Was this information helpful?