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


INAServerVRPParams.OrderPairs Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerVRPParams.OrderPairs Property

RecordSet or array of PropertySets representing Order Pairs loaded as network locations during analysis.

[Visual Basic .NET]
Public Property OrderPairs As INAServerLocations
[C#]
public INAServerLocations OrderPairs {get; set;}
[C++]
HRESULT get_OrderPairs(
  INAServerLocations** OrderPairs
);
[C++]
HRESULT putref_OrderPairs(
  INAServerLocations* OrderPairs
);
[C++]

Parameters OrderPairs [out, retval]
OrderPairs is a parameter of type INAServerLocations OrderPairs [in]
OrderPairs is a parameter of type INAServerLocations

Product Availability

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

See Also

INAServerVRPParams Interface