Parameters |
Description |
int activity |
[in] Path activity. |
OdDgElementId blockId |
[in] Object ID of the Xref. |
const OdString& newPath |
[in] New Xref path. |
Notification function called during an Xref Path operation.
activity must be one of the following:
Name |
Value |
Description |
kStart |
0 |
The Path operation has started. blockId and newPath are undefined. |
kStartItem |
2 |
The Path operation the Xref with the specified blockId has been started. |
kEndItem |
3 |
The Path of the Xref with the specified blockId has been successfully changed to newPath. |
kEnd |
4 |
The Path operation has completed successfully. blockId and newPath are undefined. |
kAborted |
6 |
The Path has failed to complete for the Xref with the specified blockId. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|