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 > INAServerLocationAllocationResults Interface > INAServerLocationAllocationResults.LALines Property (ArcObjects .NET 10.5 SDK) |
RecordSet of LALines returned from the network analysis.
[Visual Basic .NET] Public ReadOnly Property LALines As IRecordSet
[C#] public IRecordSet LALines {get;}
[C++]
HRESULT get_LALines(
IRecordSet** LALines
);
[C++]
Parameters LALines [out, retval]
LALines is a parameter of type IRecordSet
LALines contains output line features between demand points and facilities returned from the analysis.