Namespace: yWorks.yFiles.Layout.Router
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public enum Scope |
| Visual Basic |
|---|
Public Enumeration Scope |
Members
| Member name | Description | ||
|---|---|---|---|
| All | 0 | Scope constant - used for routing all edges in the graph. | |
| Subset | 1 | Scope constant - used for routing only a subset of edges. This subset has to be specified by registering an appropriate IDataProvider . |