This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerVRPParams Interface > INAServerVRPParams.ReturnDepotVisits Property (ArcObjects .NET 10.4 SDK) |
Indicates if the output Depot Visits recordset should be returned with the analysis results.
[Visual Basic .NET] Public Property ReturnDepotVisits As Boolean
[C#] public bool ReturnDepotVisits {get; set;}
[C++]
HRESULT get_ReturnDepotVisits(
VARIANT_BOOL* ReturnDepotVisits
);
[C++]
HRESULT put_ReturnDepotVisits(
VARIANT_BOOL ReturnDepotVisits
);
[C++]
Parameters ReturnDepotVisits [out, retval] ReturnDepotVisits is a parameter of type VARIANT_BOOL ReturnDepotVisits [in] ReturnDepotVisits is a parameter of type VARIANT_BOOL