This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerLocationAllocationParams Interface > INAServerLocationAllocationParams.ReturnLALines Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL ReturnLALines
);
[C++]
Parameters ReturnLALines [out, retval] ReturnLALines is a parameter of type VARIANT_BOOL ReturnLALines [in] ReturnLALines is a parameter of type VARIANT_BOOL