This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Constants > E > esriNAOutputLineType Constants (ArcObjects .NET 10.4 SDK) |
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. |
The esriNAOutputLineType specifies the type of lines generated by the network analyst solvers.