Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgEditorReactor::xrefSubcommandUnloadItem Method
Syntax
C++
virtual void xrefSubcommandUnloadItem(int activity, OdDgElementId blockId);

Notification function called during an Xref Unload operation. 

 

Parameters
Description
activity
[in] Reload activity.
blockId
[in] Element ID of the Xref.

This function will be called multiple times as an Xrefs are unloaded. 

activity must be one of the following: 

 

Name
Value
Description
kStart
0
The Unload has started. blockId is undefined.
kStartItem
2
The Unload 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 Unload 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 Unload has completed successfully. blockId is undefined.
kAborted
6
The Unload has failed to complete for the Xref with the specified blockId.
Copyright © 2002-2022. Open Design Alliance All rights reserved.