Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbEvalGraph::addGraph Method
Syntax
C++
virtual void addGraph(OdDbEvalGraph* pGraphToAdd, OdDbEvalIdMap*& idMap);

Moves the nodes and edges from the specified Graph object to this Graph object. The argument graph is emptied as as result of the operation.

Parameters
Description
pGraphToAdd
[in] Pointer to the Graph object to add.
idMap
[out] Pointer to output map from old node ids within 'pGraphToAdd' to their new ids within this graph.
Copyright © 2002-2022. Open Design Alliance All rights reserved.