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


INAServerVRPParams.ReturnDepotVisits Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

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(
  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

Product Availability

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

See Also

INAServerVRPParams Interface