ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMTinRenderer Class / MinScale Property

In This Topic
    MinScale Property (CIMTinRenderer)
    In This Topic
    Gets or sets the minimum scale for renderer draw (set as the denominator of the scale's representative fraction). Values less than or equal to 0 indicate there is no minimum scale and the renderer will draw at any scale below the maximum.
    Syntax
    public double MinScale {get; set;}
    Public Property MinScale As Double
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also