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


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

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