API Reference > Other Classes > OdDgEditorReactor Class > OdDgEditorReactor Methods > OdDgEditorReactor::xrefSubcommandPathItem Method
OdDgEditorReactor::xrefSubcommandPathItem Method
Syntax
C++
virtual void xrefSubcommandPathItem(int activity, OdDgElementId blockId, const OdString& newPath);
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 
The Path operation has started. blockId and newPath are undefined. 
kStartItem 
The Path operation the Xref with the specified blockId has been started. 
kEndItem 
The Path of the Xref with the specified blockId has been successfully changed to newPath. 
kEnd 
The Path operation has completed successfully. blockId and newPath are undefined. 
kAborted 
The Path has failed to complete for the Xref with the specified blockId. 

  • xrefSubcommandAttachItem
  • xrefSubcommandBindItem
  • xrefSubcommandDetachItem
  • xrefSubcommandOverlayItem
  • xrefSubcommandReloadItem
  • xrefSubcommandUnloadItem

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