C++
Acad::ErrorStatus subSwapIdWith( AcDbObjectId otherId, Adesk::Boolean swapXdata = false, Adesk::Boolean swapExtDict = false ) override;
Description
This function is called by swapIdWith() before anything else is done. It provides a hook into the swapIdWith operation.
Parameters
| Parameters | Description |
|---|---|
| otherId | Object id of the object that is swapping IDs with another. |
| swapXdata | Input boolean that indicates whether or not the extended entity data will be swapped. |
| swapExtDict | Input boolean that indicates whether or not the extension dictionaries will be swapped. |
Returns
Returns Acad::eOk if successful.