Visitor interface that can be used to traverse the descendants of a group node

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

Remarks

Visitor interface that can be used to traverse the descendants of a group node

See Also