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


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

INAServerVRPParams.ReturnOrderPairs Property

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

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

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