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.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

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