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

Returns true if and only if this GraphNode object is part of a cyclical reference.

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.