Represents a sequence of connected DiagramNode and DiagramLink elements.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public sealed class Path |
Visual Basic
Copy Code
|
|---|
Public NotInheritable Class Path |
RemarksPath instances are returned by methods of the PathFinder class.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.Path
See Also