This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerVRPParams Interface > INAServerVRPParams.ReturnRouteZones Property (ArcObjects .NET 10.4 SDK) |
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