API Reference > OdDb Classes > OdDbEvalGraph Class > OdDbEvalGraph Methods > OdDbEvalGraph::getIsActive Method
OdDbEvalGraph::getIsActive Method
Syntax
C++
virtual bool getIsActive(const OdDbEvalNodeId& nodeId, bool& isActive) const;
Parameters 
Description 
const OdDbEvalNodeId& nodeId 
[in] Node ID.  
bool& isActive 
[in] True if and only if node is active. 

Returns true if and only if the specified node in this Graph object is active. 

 

The return value of this function is always true. The active state of the node is returned via isActive.

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