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


INAServerServiceAreaResults.SALines Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerServiceAreaResults.SALines Property

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

Product Availability

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

Remarks

SALines returns an IRecordSet that holds the SALines found during analysis.

See Also

INAServerServiceAreaResults Interface