ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMTinContourRenderer Class / ContourIntervalScaleBreaks Property

In This Topic
    ContourIntervalScaleBreaks Property
    In This Topic
    Gets or sets the contour interval scale breaks. The scale breaks should be ordered from the smallest scale to the largest. The last scale break's upper bound will always be treated as 0, indicating no upper bound.
    Syntax
    public CIMContourIntervalScaleBreak[] ContourIntervalScaleBreaks {get; set;}
    Public Property ContourIntervalScaleBreaks As CIMContourIntervalScaleBreak()
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also