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


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

INARouteSolver.OutputLines Property

Indicates if lines will be generated in the result.

[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 that are generated by the solver. The type can be true shape, true shape with measures, straight lines connecting the stops or no lines.

See Also

INARouteSolver Interface

.NET Samples

ArcGIS Network Analyst extension Engine application