This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerRouteParams Interface > INAServerRouteParams.ReturnStops Property (ArcObjects .NET 10.5 SDK) |
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
ReturnStops specifies if the resulting Stop features are returned.