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


INAClosestFacilitySolver.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 > INAClosestFacilitySolver Interface > INAClosestFacilitySolver.OutputLines Property
ArcGIS Developer Help

INAClosestFacilitySolver.OutputLines Property

Indicates how lines are 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 closest facility solver. The choice is to generate true shapes, true shapes with measure, straight lines, or to generate no lines. This property sets and gets the output line type for the NAClosestFacilitySolver.

See Also

INAClosestFacilitySolver Interface

.NET Samples

ArcGIS Network Analyst extension Engine application