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


INAServerVRPParams.RouteZones Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerVRPParams Interface > INAServerVRPParams.RouteZones Property
ArcGIS Developer Help

INAServerVRPParams.RouteZones Property

RecordSet or array of PropertySets representing Route Zones loaded as network locations during analysis.

[Visual Basic .NET]
Public Property RouteZones As INAServerLocations
[C#]
public INAServerLocations RouteZones {get; set;}
[C++]
HRESULT get_RouteZones(
  INAServerLocations* RouteZones
);
[C++]
HRESULT putref_RouteZones(
  INAServerLocations** RouteZones
);
[C++]
Parameters
RouteZones [in]

RouteZones is a parameter of type INAServerLocations* RouteZones [out, retval]
RouteZones is a parameter of type INAServerLocations**

Product Availability

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

See Also

INAServerVRPParams Interface