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


INAServerRouteParams.ReturnRoutes 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.ReturnRoutes Property
ArcGIS Developer Help

INAServerRouteParams.ReturnRoutes Property

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

[Visual Basic .NET]
Public Property ReturnRoutes As Boolean
[C#]
public bool ReturnRoutes {get; set;}
[C++]
HRESULT get_ReturnRoutes(
  VARIANT_BOOL ReturnRoutes
);
[C++]
HRESULT put_ReturnRoutes(
  Boolean* ReturnRoutes
);
[C++]
Parameters
ReturnRoutes [in]

ReturnRoutes is a parameter of type bool ReturnRoutes [out, retval]
ReturnRoutes is a parameter of type bool*

Product Availability

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

Remarks

ReturnRoutes specifies if the resulting Route features are returned.

See Also

INAServerRouteParams Interface