Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGraphNode::cycleOut Method
Syntax
C++
OdDbGraphNode* cycleOut(int refIndex) const;

Returns the specified outgoing cyclical reference of this GraphNode object. 

 

Parameters
Description
refIndex
[in] Reference index.

Returns a null pointer if and only if the index is not valid.

This function returns valid results only if OdDbGraph::findCycles() has been called with no intervening changes to the graph.

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