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


INAServerLocationAllocationParams.ReturnLALines Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

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

Product Availability

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

See Also

INAServerLocationAllocationParams Interface