Parameters |
Description |
const OdDbObject* pTransObj |
[in] Pointer to the first transaction resident object. |
const OdDbObject* pOtherTransObj |
[in] Pointer to the second transaction resident object. |
OdDbDatabase* pDb |
[in] Pointer to the database sending the notification. |
Notification function called when the transaction resident object is involved in a swapIdWith() operation.
According to database transactions implementation the both objects are transaction-resident or not. So this function will be called only once in OdDbObject::swapIdWith() method.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|