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

Notification function called during an Xref Reload operation. 

 

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

activity must be one of the following: 

 

Name 
Value 
Description 
kStart 
The Reload has started. blockId is undefined. 
kStartItem 
The Reload of the Xref with the specified blockId has been started. 
 
 
Notification will be made for the 
 
 
original Xref and any dependent Xrefs. 
kEndItem 
The Reload 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 Reload has completed successfully. blockId is undefined. 
kAborted 
The Reload has failed to complete for the Xref with the specified blockId. 

  • xrefSubcommandAttachItem
  • xrefSubcommandBindItem
  • xrefSubcommandDetachItem
  • xrefSubcommandOverlayItem
  • xrefSubcommandPathItem
  • xrefSubcommandUnloadItem

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