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

In This Topic
    DataNormalizationMethod Enumeration
    In This Topic
    Data normalization methods.
    Syntax
    public enum DataNormalizationMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum DataNormalizationMethod 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Field Normalize by field.
    Log Log normalization.
    Nothing None.
    PercentOfTotal Percent of total.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also