Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbEvalGraph::addNode Method
Syntax
C++
virtual OdDbEvalNodeId addNode(OdDbEvalExpr* pNode);

Adds a node to this Graph object.

Parameters
Description
pNode
[in] Pointer to the GsNode object.

Returns the node ID of the newly added node.

For database resident Graphs, the user is expected to close returned nodes when done for them. This includes the pNode argument.

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