Search
RoutingOptions.DontOptimizeLongRoutes Property
See Also
 





Gets or sets a value indicating whether long routes don't have their number of segments minimized in order to save up processing time.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool DontOptimizeLongRoutes { get; set; }

Visual Basic  Copy Code

Public Property DontOptimizeLongRoutes As Boolean

 Property Value

true to disable route optimization for long links; otherwise, false. The default is false.

 Remarks

Segment optimization done on routed links might need much processing time. The control allows disabling that optimization for long links. That would make the found routes have a "staircase" pattern when they run diagonally.

 See Also