This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocationAllocationSolver Interface > INALocationAllocationSolver.OutputLines Property (ArcObjects .NET 10.4 SDK) |
Specifies what if any shape geometry will be output.
[Visual Basic .NET] Public Property OutputLines As esriNAOutputLineType
[C#] public esriNAOutputLineType OutputLines {get; set;}
[C++]
HRESULT get_OutputLines(
esriNAOutputLineType* Value
);
[C++]
HRESULT put_OutputLines(
esriNAOutputLineType Value
);
[C++]
Parameters Value [out, retval]
Value is a parameter of type esriNAOutputLineType Value [in]
Value is a parameter of type esriNAOutputLineType
OutputLines specifies the type of lines to be generated by the location-allocation solver. The choice is to generate straight lines, or to generate no lines. This property sets and gets the output line type for the NALocationAllocationSolver.