API Reference > OdDb Classes > OdDbEvalExpr Class > OdDbEvalExpr Methods > OdDbEvalExpr::activated Method
OdDbEvalExpr::activated Method
Syntax
C++
virtual void activated(OdDbEvalNodeIdArray& argumentActiveList);
Parameters 
Description 
argumentActivateList 
[in] Array of node IDs being activated. 

Notification function called whenever this Node object has been activated. 

 

Called by OdDbEvalGraph::activate() or by OdDbEvalGraph::evaluate(). 

When the edge is invertible, this function is called twice. 

This function is called after the operation.

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