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

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

Remarks

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

See Also