Gets or sets a value indicating whether long routes don't have their number of segments minimized in order to save up processing time.
SyntaxVB6
Copy Code
|
|---|
Public Property Get DontOptimizeLongRoutes() As Boolean |
C++
Copy Code
|
|---|
public: |
true to disable route optimization for long links; otherwise false. The default is false.
RemarksSegment optimization done on routed arrows might need much processing time. The control allows disabling that optimization for long arrows. That might make the found routes have a "staircase" pattern when they run diagonally.
See Also