Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbEvalGraph::getIsActive Method
Syntax
C++
virtual bool getIsActive(const OdDbEvalNodeId& nodeId, bool& isActive) const;

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

 

Parameters
Description
nodeId
[in] Node ID.
isActive
[in] True if and only if node is active.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.