Indicates if the solver should resequence the route in the optimal order.
[Visual Basic 6.0] Property FindBestSequence As Boolean
[Visual Basic .NET] Public Property FindBestSequence As Boolean
[C#] public bool FindBestSequence {get; set;}
[Java] public boolean isFindBestSequence() throws IOException, AutomationException
[Java] public void setFindBestSequence( boolean FindBestSequence ) throws IOException, AutomationException
[C++]
HRESULT get_FindBestSequence(
VARIANT_BOOL* Value
);
[C++] HRESULT put_FindBestSequence( VARIANT_BOOL Value);
Parameters
Value [out, retval]
Value is a parameter of type VARIANT_BOOL
Value [in]
Value is a parameter of type VARIANT_BOOL
FindBestSequence determines whether or not the route solver optimizes the sequence of stops before solving the shortest path.