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


INAServerVRPParams.ReturnRouteRenewals Property (ArcObjects .NET 10.6 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(
  Boolean* ReturnRouteRenewals
);
[C++]

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