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


INAServerVRPParams.ReturnOrderPairs Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL ReturnOrderPairs
);
[C++]

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