Finds the cyclical nodes for this Graph
object.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual bool FindCycles(
GraphNode start
)
Public Overridable Function FindCycles (
start As GraphNode
) As Boolean
public:
virtual bool FindCycles(
GraphNode^ start
)
abstract FindCycles :
start : GraphNode -> bool
override FindCycles :
start : GraphNode -> bool
Parameters
- start GraphNode
- [in] Starting node from which to search.
Return Value
Boolean
True if the are any cyclical graph nodes; otherwise the method
returns false.
See Also