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