This interface is used by HierarchicLayouter to calculate the node orders of nodes within the layers in a ILayers object.

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 ISequencer
Visual Basic
Public Interface ISequencer

Remarks

This interface is used by HierarchicLayouter to calculate the node orders of nodes within the layers in a ILayers object. Implementations are used during the second phase of the hierarchic layout process.

See Also