This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INARouteSolver Interface > INARouteSolver.FindBestSequence Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* Value
);
[C++]
HRESULT put_FindBestSequence(
VARIANT_BOOL Value
);
[C++]
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.