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 > INAServerServiceAreaResults Interface > INAServerServiceAreaResults.SALines Property (ArcObjects .NET 10.5 SDK) |
RecordSet of SALines returned from the network analysis.
[Visual Basic .NET] Public ReadOnly Property SALines As IRecordSet
[C#] public IRecordSet SALines {get;}
[C++]
HRESULT get_SALines(
IRecordSet** SALines
);
[C++]
Parameters SALines [out, retval]
SALines is a parameter of type IRecordSet
SALines returns an IRecordSet that holds the SALines found during analysis.