API Reference > OdDb Classes > OdDbEvalExpr Class > OdDbEvalExpr Methods > OdDbEvalExpr::movedIntoGraph Method
OdDbEvalExpr::movedIntoGraph Method
Syntax
C++
virtual void movedIntoGraph(OdDbEvalGraph* pIntoGraph);
Parameters 
Description 
OdDbEvalGraph* pIntoGraph 
[in] Pointer to the Graph object into which this Node object was moved. 

Notification function called whenever this Node object has been moved to another Graph object. 

 

Called by OdDbEvalGraph::addGraph(). 

This function is called after the operation.

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