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


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

INAServerVRPParams.ReturnOrders Property

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

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

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