ArcObjects Library Reference (NetworkAnalyst)  

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(
  VARIANT_BOOL ReturnRoutes
);
[C++]

Parameters

ReturnRoutes [out, retval]   ReturnRoutes is a parameter of type VARIANT_BOOL ReturnRoutes [in]   ReturnRoutes is a parameter of type VARIANT_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

.NET Samples

Route application using the NAServer extension in ArcGIS Server via a GIS client (Code Files: Route_GISClientClass) | Route application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: Route_GISServerAPIClass) |