API Reference > OdDb Classes > OdDbGraphNode Class > OdDbGraphNode Methods > OdDbGraphNode::nextCycleNode Method
OdDbGraphNode::nextCycleNode Method
Syntax
C++
OdDbGraphNode* nextCycleNode() const;

This function returns cycleOut(0). Returns a null pointer if cycleOut(0) == 0.

Returns the next outgoing cyclical reference of this GraphNode object.

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

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