Multi-purpose edge descriptor for each edge in the graph during the layout.

Namespace: yWorks.yFiles.Layout.Hierarchic.Incremental
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface IEdgeData
Visual Basic
Public Interface IEdgeData

Remarks

Multi-purpose edge descriptor for each edge in the graph during the layout. Used by HierarchicLayouter during all stages to keep the state of the edges.

See Also