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


INAServerRouteParams.Stops Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerRouteParams Interface > INAServerRouteParams.Stops Property
ArcGIS Developer Help

INAServerRouteParams.Stops Property

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 [in]

Stops is a parameter of type INAServerLocations* Stops [out, retval]
Stops is a parameter of type INAServerLocations**

Product Availability

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

Remarks

Stops specifies an instance of NAServerLocations class to use as input when solving a route problem.

See Also

INAServerRouteParams Interface