ArcObjects Library Reference (NetworkAnalyst)  

INAServerVRPParams.RouteRenewals Property

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

[Visual Basic .NET]
Public Property RouteRenewals As INAServerLocations
[C#]
public INAServerLocations RouteRenewals {get; set;}
[C++]
HRESULT get_RouteRenewals(
  INAServerLocations** RouteRenewals
);
[C++]
HRESULT putref_RouteRenewals(
  INAServerLocations* RouteRenewals
);
[C++]

Parameters

RouteRenewals [out, retval]

  RouteRenewals is a parameter of type INAServerLocations

RouteRenewals [in]

  RouteRenewals 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