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


INAServerVRPParams.ReturnRouteZones Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerVRPParams.ReturnRouteZones Property

Indicates if the Route Zones recordset should be returned with the analysis results.

[Visual Basic .NET]
Public Property ReturnRouteZones As Boolean
[C#]
public bool ReturnRouteZones {get; set;}
[C++]
HRESULT get_ReturnRouteZones(
  VARIANT_BOOL ReturnRouteZones
);
[C++]
HRESULT put_ReturnRouteZones(
  Boolean* ReturnRouteZones
);
[C++]

Parameters ReturnRouteZones [in]
ReturnRouteZones is a parameter of type bool ReturnRouteZones [out, retval]
ReturnRouteZones is a parameter of type bool*

Product Availability

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

See Also

INAServerVRPParams Interface