ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMContourIntervalScaleBreak Class / UpperBound Property

In This Topic
    UpperBound Property (CIMContourIntervalScaleBreak)
    In This Topic
    Gets or sets the upper bound for scale break, represented as the denominator of the scale. Values less than or equal to 0 represent infinite scale and should be used only for the final break.
    Syntax
    public double UpperBound {get; set;}
    Public Property UpperBound As Double
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also