API Reference > Other Classes > OdEditorReactor Class > OdEditorReactor Methods > OdEditorReactor::redirected Method
OdEditorReactor::redirected Method
Syntax
C++
virtual void redirected(OdDbObjectId newId, OdDbObjectId oldId);
Parameters 
Description 
OdDbObjectId oldId 
[in] Object Id in the Xref database.  
neId 
[in] Object Id in the host database. 

Notification function called whenever an Object ID in an Xref database has been modified to point at an associated object in a host database. 

 

This function is called after the operation. 

Redirection is used to implement VISRETAIN.

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