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

In This Topic
    GridScaleInBeyond Property
    In This Topic
    Gets and sets the minimum display scale at which the grid will be visible in a 2d map
    Syntax
    Public Property GridScaleInBeyond As Double
    public double GridScaleInBeyond {get; set;}
    Remarks
    This setting corresponds to "Maximum scale" on the grid settings UI. Set to double.NaN to set the max 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