This document is archived and information here might be outdated. Recommended version. |
Indicates if the solver should resequence the route in the optimal order.
[Visual Basic .NET]
Public Property FindBestSequence As Boolean
[C#]
public bool FindBestSequence {get; set;}
[C++]
HRESULT get_FindBestSequence(
Boolean* Value
);
[C++]
HRESULT put_FindBestSequence(
VARIANT_BOOL Value
);
[C++] Parameters Value [out, retval]
Value is a parameter of type bool* Value [in]
Value is a parameter of type bool
FindBestSequence determines whether or not the route solver optimizes the sequence of stops before solving the shortest path.