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