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

Returns the number of incoming cyclical references associated with 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.