This document is archived and information here might be outdated. Recommended version. |
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**
Stops specifies an instance of NAServerLocations class to use as input when solving a route problem.