Close

Relief for ODA Team in Ukraine

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

Returns the specified incoming 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.