Search
Path Class
Remarks See Also
 





Represents a sequence of connected DiagramNode and DiagramLink elements.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public sealed class Path

Visual Basic  Copy Code

Public NotInheritable Class Path

 Remarks

Path instances are returned by methods of the PathFinder class.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Path

 See Also