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

Parameters

ReturnRouteZones [out, retval]   ReturnRouteZones is a parameter of type VARIANT_BOOL ReturnRouteZones [in]   ReturnRouteZones is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INAServerVRPParams Interface