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


INAServerRouteResults.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 > INAServerRouteResults Interface > INAServerRouteResults.Stops Property
ArcGIS Developer Help

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