Factory interface for IncrementalHierarchicLayouter .

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

Remarks

Factory interface for IncrementalHierarchicLayouter . Use this factory to obtain hints that will be interpreted by the layouter if they are bound to a DataProvider instance that is registered with the LayoutGraph using the IncrementalHintsDpKey key.
An instance of a class implementing this interface can be obtained through CreateIncrementalHintsFactory()()()() .

See Also