ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / GridOptions Class / GridScaleOutBeyond Property

In This Topic
    GridScaleOutBeyond Property
    In This Topic
    Gets and sets the maximum display scale at which the grid will be visible in a 2d map
    Syntax
    Public Property GridScaleOutBeyond As Double
    public double GridScaleOutBeyond {get; set;}
    Remarks
    This setting corresponds to "Minimum scale" on the grid settings UI. Set to double.NaN to set the min scale to "None" (default). This setting applies only to 2d maps otherwise it is ignored.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also