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


esriNAOutputLineType Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Constants > E > esriNAOutputLineType Constants
ArcGIS Developer Help

esriNAOutputLineType Constants

Options for service area line results.

Constant Value Description
esriNAOutputLineNone 0 No polylines are generated.
esriNAOutputLineStraight 1 Straight polylines between the two endpoints are generated.
esriNAOutputLineTrueShape 2 Polylines based on the true network feature geometry are generated.
esriNAOutputLineTrueShapeWithMeasure 3 Polylines based on the true network feature geometry are generated, and measures are added whenever possible.

Product Availability

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

Remarks

The esriNAOutputLineType specifies the type of lines generated by the network analyst solvers.

.NET Samples

Closest facility solver Location-allocation solver Origin-destination cost matrix solver Route layer Service area solver Vehicle routing problem solver