ArcObjects Library Reference (NetworkAnalyst)  

INAServiceAreaSolver.OutputLines Property

The type of line(s) generated.

[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

Product Availability

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

Remarks

OutputLines specifies the type of lines to be generated by the service area solver. The choice is to the generate the lines with or without measures or to generate no lines.

See Also

INAServiceAreaSolver Interface

.NET Samples

ArcGIS Network Analyst extension Engine application (Code Files: frmNALayerProperties) | Service area solver (Code Files: frmServiceAreaSolver)