ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / esriNAOutputLineType Enumeration

In This Topic
    esriNAOutputLineType Enumeration
    In This Topic
    Options for service area line results.
    Syntax
    Members
    MemberDescription
    esriNAOutputLineNone No polylines are generated.
    esriNAOutputLineStraight Straight polylines between the two endpoints are generated.
    esriNAOutputLineTrueShape Polylines based on the true network feature geometry are generated
    esriNAOutputLineTrueShapeWithMeasure Polylines based on the true network feature geometry are generated, and measures are added whenever possible.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.esriNAOutputLineType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also