This document is archived and information here might be outdated.  Recommended version.


INARouteSolver.FindBestSequence Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INARouteSolver Interface > INARouteSolver.FindBestSequence Property
ArcGIS Developer Help

INARouteSolver.FindBestSequence Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

FindBestSequence determines whether or not the route solver optimizes the sequence of stops before solving the shortest path.

See Also

INARouteSolver Interface

.NET Samples

ArcGIS Network Analyst extension Engine application