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


INAServerVRPResults.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 > INAServerVRPResults Interface > INAServerVRPResults.Depots Property
ArcGIS Developer Help

INAServerVRPResults.Depots Property

RecordSet of Depots returned from the network analysis.

[Visual Basic .NET]
Public ReadOnly Property Depots As IRecordSet
[C#]
public IRecordSet Depots {get;}
[C++]
HRESULT get_Depots(
  IRecordSet** Depots
);
[C++]
Parameters
Depots [out, retval]

Depots is a parameter of type IRecordSet**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

Depots contains depots used in the analysis.

See Also

INAServerVRPResults Interface