ArcObjects Library Reference (NetworkAnalyst)  

INAServerVRPParams.Orders Property

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

[Visual Basic .NET]
Public Property Orders As INAServerLocations
[C#]
public INAServerLocations Orders {get; set;}
[C++]
HRESULT get_Orders(
  INAServerLocations** Orders
);
[C++]
HRESULT putref_Orders(
  INAServerLocations* Orders
);
[C++]

Parameters

Orders [out, retval]

  Orders is a parameter of type INAServerLocations

Orders [in]

  Orders 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