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

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