ArcObjects Library Reference (NetworkAnalyst)  

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(
  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

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 (Code Files: frmNALayerProperties)