This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerVRPResults Interface > INAServerVRPResults.DepotVisits Property (ArcObjects .NET 10.4 SDK) |
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
DepotVisits contains output depot visit features.