This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerVRPParams Interface > INAServerVRPParams.ReturnDepots Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL ReturnDepots
);
[C++]
Parameters ReturnDepots [out, retval] ReturnDepots is a parameter of type VARIANT_BOOL ReturnDepots [in] ReturnDepots is a parameter of type VARIANT_BOOL