Parameters |
Description |
int activity |
[in] Detach activity. |
OdDgElementId blockId |
[in] Object ID of the Xref. |
Notification function called during an Xref Detach operation.
This function will be called multiple times as an Xrefs are detached.
activity must be one of the following:
Name |
Value |
Description |
kStart |
0 |
The Detach has started. blockId is undefined. |
kStartItem |
2 |
The Detach of the Xref with the specified blockId has been started. |
|
|
Notification will be made for the |
|
|
original Xref and any dependent Xrefs. |
kEndItem |
3 |
The Detach of the Xref with the specified blockId has been successfully completed. |
|
|
Notification will be made for the |
|
|
original Xref and any dependent Xrefs. |
kEnd |
4 |
The Detach has completed successfully. blockId is undefined. |
kAborted |
6 |
The Detach has failed to complete for the Xref with the specified blockId. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|