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


INAServerVRPParams.ReturnDepots Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerVRPParams.ReturnDepots Property

Indicates if the output Depots recordset should be returned with the analysis results.

[Visual Basic .NET]
Public Property ReturnDepots As Boolean
[C#]
public bool ReturnDepots {get; set;}
[C++]
HRESULT get_ReturnDepots(
  VARIANT_BOOL ReturnDepots
);
[C++]
HRESULT put_ReturnDepots(
  Boolean* ReturnDepots
);
[C++]

Parameters ReturnDepots [in]
ReturnDepots is a parameter of type bool ReturnDepots [out, retval]
ReturnDepots 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