The interface that models an observable tree-like hierarchy.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public interface IHierarchy<T> : ILookup where T : class |
| Visual Basic |
|---|
Public Interface IHierarchy(Of T As Class) _ Inherits ILookup |
Type Parameters
- T
- The type of the items in the hierarchy.