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


INAServerRouteParams.ReturnStops Property (ArcObjects .NET 10.6 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(
  Boolean* ReturnStops
);
[C++]

Parameters ReturnStops [in]
ReturnStops is a parameter of type bool ReturnStops [out, retval]
ReturnStops is a parameter of type 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