Search
Path.getLength Method
See Also
 





Gets the length of the Path expressed as the number of links participating in it.

Namespace: MindFusion.Diagramming
File: PathFinder.js

 Syntax

JavaScript  Copy Code

function getLength ()

 Return Value

Number. An integer value that represents the number of edges (links) in the path.

 See Also