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


INAServerLocationAllocationResults.LALines Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerLocationAllocationResults Interface > INAServerLocationAllocationResults.LALines Property
ArcGIS Developer Help

INAServerLocationAllocationResults.LALines Property

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**

Product Availability

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

Remarks

LALines contains output line features between demand points and facilities returned from the analysis.

See Also

INAServerLocationAllocationResults Interface