GraphFindCycles Method

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
)

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

©  Bricsys NV. All rights reserved.