Search
PathFinder.findAllCycles Method
See Also
 





Finds all cycles in the underlying diagram.

Namespace: MindFusion.Diagramming
File: PathFinder.js

 Syntax

JavaScript  Copy Code

function findAllCycles ()

 Return Value

An array of Path objects; if no cycles are detected, the array is empty.

 See Also