API Reference > OdDb Classes > OdDbGraph Class > OdDbGraph Methods > OdDbGraph::getOutgoing Method
OdDbGraph::getOutgoing Method
Syntax
C++
void getOutgoing(OdDbGraphNodeArray& outgoing);
Parameters 
Description 
OdDbGraphNodeArray& outgoing 
[in/out] Array of GraphNode objects. 

Adds to the specified array, the nested outgoing GraphNode objects from the specified GraphNode objects.

The user must clear the kListAll flags with OdDbGraph::clearAll() or OdDbGraphNode::clear() when done with them.

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