Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdEditorReactor::xrefSubcommandPathItem Method
Syntax
C++
virtual void xrefSubcommandPathItem(int activity, OdDbObjectId blockId, const OdString& newPath);

Notification function called during an Xref Path operation. 

 

Parameters
Description
activity
[in] Path activity.
blockId
[in] Object ID of the Xref.
newPath
[in] New Xref path.

activity must be one of the following: 

 

Name
Value
Description
kStart
0
The Path operation has started. blockId and newPath are undefined.
kStartItem
2
The Path operation the Xref with the specified blockId has been started.
kEndItem
3
The Path of the Xref with the specified blockId has been successfully changed to newPath.
kEnd
4
The Path operation has completed successfully. blockId and newPath are undefined.
kAborted
6
The Path has failed to complete for the Xref with the specified blockId.
  • xrefSubcommandAttachItem
  • xrefSubcommandBindItem
  • xrefSubcommandDetachItem
  • xrefSubcommandOverlayItem
  • xrefSubcommandReloadItem
  • xrefSubcommandUnloadItem
Copyright © 2002-2022. Open Design Alliance All rights reserved.