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


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

INAServerVRPResults.DepotVisits Property

RecordSet of Depot Visits returned from the network analysis.

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

DepotVisits is a parameter of type IRecordSet**

Product Availability

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

Remarks

DepotVisits contains output depot visit features.

See Also

INAServerVRPResults Interface