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


INAServerVRPParams.ReturnRouteRenewals Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerVRPParams.ReturnRouteRenewals Property

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

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

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