ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / StandardDeviationInterval Enumeration

In This Topic
    StandardDeviationInterval Enumeration
    In This Topic
    Represents standard deviation interval for class breaks renderer definition.
    Syntax
    public enum StandardDeviationInterval : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum StandardDeviationInterval 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    One One standard deviation.
    OneHalf One half standard deviation.
    OneQuarter One quarter standard deviation
    OneThird One third standard deviation
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Mapping.StandardDeviationInterval

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also