C++
static ACDBCORE2D_PORT Acad::ErrorStatus resetArrayItems( AcDbObjectId arrayEntityId, const AcArray<AcDbItemLocator>& indices, bool resetAll = false );
Description
Removes the item overrides (such as position, orientation and object replacement) from the list of given items or all of the items of an associative array.
Parameters
Parameters | Description |
---|---|
arrayEntityId | Input the object id for the array entity. |
indices | Input the list of item indices which need to be reset. This parameter will be ignored if resetAll is true. |
resetAll | Input a flag indicating whether all the items of array need to be reset. |
Returns
Acad::ErrorStatus