Removes drawing objects from the EditSet.
bool
RemoveFromEditSet(
const AcDbObjectIdArray & acadIds,
AcDbObjectIdArray & arrFilteredOut);
Returns true if successful.
acadIds | Input selection set of drawing objects to remove. |
arrFilteredOut | Output selection set of objects that could not be removed. Normally because they were not in the EditSet to begin with. |