Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGraph::getOutgoing Method
Syntax
C++
void getOutgoing(OdDbGraphNodeArray& outgoing);

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

Parameters
Description
outgoing
[in/out] Array of GraphNode objects.

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

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