Search
Path.Length Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int Length { get; }

Visual Basic  Copy Code

Public ReadOnly Property Length As Integer

 Property Value

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

 See Also