This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerRouteResults Interface > INAServerRouteResults.Routes Property (ArcObjects .NET 10.5 SDK) |
RecordSet of Routes returned from the network analysis.
[Visual Basic .NET] Public ReadOnly Property Routes As IRecordSet
[C#] public IRecordSet Routes {get;}
[C++]
HRESULT get_Routes(
IRecordSet** Routes
);
[C++]
Parameters Routes [out, retval]
Routes is a parameter of type IRecordSet
Routes returns an IRecordSet that holds the Routes found during analysis.