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


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

INAServerLocationAllocationParams.ReturnLALines Property

Indicates if the output LALines recordset should be returned with the analysis results.

[Visual Basic .NET]
Public Property ReturnLALines As Boolean
[C#]
public bool ReturnLALines {get; set;}
[C++]
HRESULT get_ReturnLALines(
  VARIANT_BOOL ReturnLALines
);
[C++]
HRESULT put_ReturnLALines(
  Boolean* ReturnLALines
);
[C++]
Parameters
ReturnLALines [in]

ReturnLALines is a parameter of type bool ReturnLALines [out, retval]
ReturnLALines is a parameter of type bool*

Product Availability

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

See Also

INAServerLocationAllocationParams Interface