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


INAServerRouteParams.ReturnStops Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerRouteParams.ReturnStops Property

Indicates if the output stops recordset should be returned with the analysis results.

[Visual Basic .NET]
Public Property ReturnStops As Boolean
[C#]
public bool ReturnStops {get; set;}
[C++]
HRESULT get_ReturnStops(
  VARIANT_BOOL* ReturnStops
);
[C++]
HRESULT put_ReturnStops(
  VARIANT_BOOL ReturnStops
);
[C++]

Parameters ReturnStops [out, retval] ReturnStops is a parameter of type VARIANT_BOOL ReturnStops [in] ReturnStops is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

ReturnStops specifies if the resulting Stop features are returned.

See Also

INAServerRouteParams Interface