API Reference > OdDb Classes > OdDbEvalExpr Class > OdDbEvalExpr Methods > OdDbEvalExpr::movedFromGraph Method
OdDbEvalExpr::movedFromGraph Method
Syntax
C++
virtual void movedFromGraph(OdDbEvalGraph* pFromGraph);
Parameters 
Description 
OdDbEvalGraph* pFromGraph 
[in] Pointer to the Graph object from which this Node object will be moved. 

Notification function called whenever this Node object is about to be moved to another Graph object. 

 

Called by OdDbEvalGraph::addGraph(). 

This function is called before the operation.

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