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

Notification function called whenever a Node object has been copied to another Graph object. 

 

Called by OdDbEvalGraph::copyFrom(). 

This function is called after the operation.

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