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


INAServerRouteResults.Stops Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerRouteResults.Stops Property

RecordSet of Stops returned from the network analysis.

[Visual Basic .NET]
Public ReadOnly Property Stops As IRecordSet
[C#]
public IRecordSet Stops {get;}
[C++]
HRESULT get_Stops(
  IRecordSet** Stops
);
[C++]

Parameters Stops [out, retval]
Stops is a parameter of type IRecordSet

Product Availability

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

Remarks

Stops returns an IRecordSet that holds the Stops used during analysis.

See Also

INAServerRouteResults Interface