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


INARouteSolver.PreserveLastStop 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.PreserveLastStop Property
ArcGIS Developer Help

INARouteSolver.PreserveLastStop Property

Indicates if the solver should keep the last stop fixed in the sequence.

[Visual Basic .NET]
Public Property PreserveLastStop As Boolean
[C#]
public bool PreserveLastStop {get; set;}
[C++]
HRESULT get_PreserveLastStop(
  Boolean* Value
);
[C++]
HRESULT put_PreserveLastStop(
  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

PreserveLastStop allows the last stop to stay as the last stop if the FindBestSequence has been turned on to optimize the sequence of stops.

See Also

INARouteSolver Interface

.NET Samples

ArcGIS Network Analyst extension Engine application