Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdEditorReactor::xrefSubcommandDetachItem Method
Syntax
C++
virtual void xrefSubcommandDetachItem(int activity, OdDbObjectId blockId);

Notification function called during an Xref Detach operation. 

 

Parameters
Description
activity
[in] Detach activity.
blockId
[in] Object ID of the Xref.

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.
  • xrefSubcommandAttachItem
  • xrefSubcommandBindItem
  • xrefSubcommandOverlayItem
  • xrefSubcommandPathItem
  • xrefSubcommandReloadItem
  • xrefSubcommandUnloadItem
Copyright © 2002-2022. Open Design Alliance All rights reserved.