ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.CIM Namespace / StandardDeviationMultiplier Enumeration

In This Topic
    StandardDeviationMultiplier Enumeration
    In This Topic
    Standard deviation multiplier to define min and max data values from the mean for binning levels.
    Syntax
    Members
    MemberDescription
    Custom Allow users to define custom data range.
    None No multiplier, use full data range.
    One Use one standard deviation to define data range.
    OneFourth Use one fourth of the standard deviation to define data range.
    OneHalf Use one half of the standard deviation to define data range.
    OneThird Use one third of the standard deviation to define data range.
    Two Use two standard deviations to define data range.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also