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

Product Availability

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

See Also

INAServerVRPParams Interface