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


INAServerVRPParams.ReturnDepots 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.ReturnDepots Property
ArcGIS Developer Help

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