ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ClassifyColorizerDefinition Class / IntervalSize Property

In This Topic
    IntervalSize Property (ClassifyColorizerDefinition)
    In This Topic
    Gets and sets the interval size. Use this property if ClassificationType is set to ArcGIS.Core.CIM.ClassificationMethod.DefinedInterval.
    Syntax
    public Nullable<double> IntervalSize {get; set;}
    Public Property IntervalSize As Nullable(Of Double)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also