Describes a single layer in a hierarchical drawing with all its nodes and associated same layer edges.

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

Remarks

Describes a single layer in a hierarchical drawing with all its nodes and associated same layer edges. A layer has a type and an index.

See Also