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

In This Topic
    S52AreaSymbolizationType Enumeration
    In This Topic
    ENC area symbolization type. This is used to specify whether areas should be symbolized with plain or traditional symbols.
    Syntax
    public enum S52AreaSymbolizationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum S52AreaSymbolizationType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Plain Use plain symbols.
    Symbolized Use traditional symbols.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also