Close
Relief for ODA Team in Ukraine
Learn more
ODA Drawings SDK
API Reference
>
Other Classes
>
OdEditorReactor Class
>
OdEditorReactor Methods
>
OdEditorReactor::xrefSubcommandPathItem Method
OdEditorReactor::xrefSubcommandPathItem Method
Syntax
C++
virtual
void
xrefSubcommandPathItem
(
int
activity
,
OdDbObjectId
blockId
,
const
OdString&
newPath
);
Description
Notification function called during an Xref Path operation.
Parameters
Parameters
Description
activity
[in] Path activity.
blockId
[in] Object ID of the Xref.
newPath
[in] New Xref path.
Remarks
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.
See Also
xrefSubcommandAttachItem
xrefSubcommandBindItem
xrefSubcommandDetachItem
xrefSubcommandOverlayItem
xrefSubcommandReloadItem
xrefSubcommandUnloadItem
Links
OdEditorReactor Class
Was this documentation helpful?
We are sorry. Please tell us what we can improve.
*
Great! Please provide additional feedback.
(Optional)
Thank you for your feedback!
Please wait...
Something went wrong!