documentationfor yFiles for HTML 2.6

Usages of EdgeRouterScope

Properties

scopein BusRouterGets or sets the scope for this routing algorithm that determines which edges are routed.
scopein CurveRoutingStageGets or sets the (sub-)set of edges whose routes shall be converted to curved ones.
scopein EdgeRouterGets or sets a (sub-)set of edges that shall be routed.
scopein PolylineLayoutStageGets or sets the (sub-)set of edges to be routed in a polyline fashion.
scopein StraightLineEdgeRouterGets or sets the (sub-)set of edges to be routed.

Method Return Values

from (EdgeRouterScope)in EdgeRouterScopeConverts the argument to EdgeRouterScope.

Method Parameters

BusRouter ()in BusRouterCreates a new instance of BusRouter with default settings.
EdgeRouter (ILayoutAlgorithm?, )in EdgeRouterCreates a new EdgeRouter instance with an optional core layout algorithm.
PolylineLayoutStage (ILayoutAlgorithm?, )in PolylineLayoutStageCreates a new instance of PolylineLayoutStage using the given core layout algorithm.
from (EdgeRouterScope)in EdgeRouterScopeConverts the argument to EdgeRouterScope.
StraightLineEdgeRouter (ILayoutAlgorithm?, )in StraightLineEdgeRouterCreates a new instance of StraightLineEdgeRouter with an optional core layout algorithm.