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


INAServerVRPParams.ReturnDepotVisits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerVRPParams Interface > INAServerVRPParams.ReturnDepotVisits Property
ArcGIS Developer Help

INAServerVRPParams.ReturnDepotVisits Property

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(
  Boolean* ReturnDepotVisits
);
[C++]
Parameters
ReturnDepotVisits [in]

ReturnDepotVisits is a parameter of type bool ReturnDepotVisits [out, retval]
ReturnDepotVisits is a parameter of type bool*

Product Availability

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

See Also

INAServerVRPParams Interface