Sphere of action specifier.
Namespace: yWorks.yFiles.Layout.RouterAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum SphereOfAction |
| Visual Basic |
|---|
Public Enumeration SphereOfAction |
Members
| Member name | Description | ||
|---|---|---|---|
| RouteAllEdges | 0 | Sphere of action specifier. Route all edges of the input graph. | |
| RouteSelectedEdges | 2 | Sphere of action specifier. Route only selected edges of the input graph. The selection state of an edge is determined by a boolean value returned by the data provider associated with the data provider key SelectedEdgesDpKey . | |
| RouteEdgesAtSelectedNodes | 4 | Sphere of action specifier. Route only edges connected to selected nodes. The selection state of a node is determined by a boolean value returned by the data provider associated with the data provider key SelectedNodesDpKey . |