API Reference > Other Classes > OdDgEditorReactor Class > OdDgEditorReactor Methods > OdDgEditorReactor::xrefSubcommandBindItem Method
OdDgEditorReactor::xrefSubcommandBindItem Method
Syntax
C++
virtual void xrefSubcommandBindItem(int activity, OdDgElementId blockId);
Parameters 
Description 
int activity 
[in] Bind activity.  
OdDgElementId blockId 
[in] Element ID of the Xref. 

Notification function called during an Xref Bind operation. 

 

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

activity must be one of the following: 

 

Name 
Value 
Description 
kStart 
The Bind has started. blockId is undefined. 
kStartItem 
The Bind of the Xref with the specified blockId has been started. 
 
 
Notification will be made for the 
 
 
original Xref and any dependent Xrefs. 
kEndItem 
The Bind of the Xref with the specified blockId has been successfully completed. 
 
 
Notification will be made for the 
 
 
original Xref and any dependent Xrefs. 
kEnd 
The Bind has completed successfully. blockId is undefined. 
kAborted 
The Bind has failed to complete for the Xref with the specified blockId. 
kStartXBindBlock 
Notification of an Xref-dependent block being bound. 
kStartXBindSymbol 
Notification of all other Xref-dependent symbols. 

  • xrefSubcommandAttachItem
  • xrefSubcommandDetachItem
  • xrefSubcommandOverlayItem
  • xrefSubcommandPathItem
  • xrefSubcommandReloadItem
  • xrefSubcommandUnloadItem

Copyright © 2002–2020. Open Design Alliance. All rights reserved.