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
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.