This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerVRPParams Interface > INAServerVRPParams.Routes Property (ArcObjects .NET 10.4 SDK) |
RecordSet or array of PropertySets representing Routes loaded as network locations during analysis.
[Visual Basic .NET] Public Property Routes As INAServerLocations
[C#] public INAServerLocations Routes {get; set;}
[C++]
HRESULT get_Routes(
INAServerLocations** Routes
);
[C++]
HRESULT putref_Routes(
INAServerLocations* Routes
);
[C++]
Parameters Routes [out, retval]
Routes is a parameter of type INAServerLocations Routes [in]
Routes is a parameter of type INAServerLocations