This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerRouteResults Interface > INAServerRouteResults.Stops Property (ArcObjects .NET 10.4 SDK) |
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
Stops returns an IRecordSet that holds the Stops used during analysis.