ArcObjects Library Reference (NetworkAnalyst)  

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