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

In This Topic
    esriNAOutputPolygonType Enumeration
    In This Topic
    Options for service area polygon results.
    Syntax
    public enum esriNAOutputPolygonType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum esriNAOutputPolygonType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    esriNAOutputPolygonDetailed Detailed polygons are generated.
    esriNAOutputPolygonNone No polygons are generated.
    esriNAOutputPolygonSimplified Simplified polygons are generated.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also