This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerVRPParams Interface > INAServerVRPParams.Orders Property (ArcObjects .NET 10.4 SDK) |
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