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

In This Topic
    DynamicScaling Property
    In This Topic
    Gets and sets whether or not the grid display uses Dynamic scaling
    Syntax
    Public Property DynamicScaling As Boolean
    public bool DynamicScaling {get; set;}
    Remarks
    Dynamic scaling only applies to 2d maps otherwise it is ignored. When DynamicScaling = true, a secondary grid will be displayed at a larger scale when zooming out exceeds the GridScaleOutBeyond scale setting.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also