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


INAServerVRPParams.Depots Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerVRPParams Interface > INAServerVRPParams.Depots Property
ArcGIS Developer Help

INAServerVRPParams.Depots Property

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

[Visual Basic .NET]
Public Property Depots As INAServerLocations
[C#]
public INAServerLocations Depots {get; set;}
[C++]
HRESULT get_Depots(
  INAServerLocations* Depots
);
[C++]
HRESULT putref_Depots(
  INAServerLocations** Depots
);
[C++]
Parameters
Depots [in]

Depots is a parameter of type INAServerLocations* Depots [out, retval]
Depots 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