This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerRouteParams Interface > INAServerRouteParams.Stops Property (ArcObjects .NET 10.5 SDK) |
RecordSet or array of PropertySets representing Stops loaded as network locations during analysis.
[Visual Basic .NET] Public Property Stops As INAServerLocations
[C#] public INAServerLocations Stops {get; set;}
[C++]
HRESULT get_Stops(
INAServerLocations** Stops
);
[C++]
HRESULT putref_Stops(
INAServerLocations* Stops
);
[C++]
Parameters Stops [out, retval]
Stops is a parameter of type INAServerLocations Stops [in]
Stops is a parameter of type INAServerLocations
Stops specifies an instance of NAServerLocations class to use as input when solving a route problem.