ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMLayerScaleVisibilityOptions Class / ShowLayerAtAllScales Property

In This Topic
    ShowLayerAtAllScales Property (CIMLayerScaleVisibilityOptions)
    In This Topic
    Gets or sets a value indicating whether the layer is visible at all scales.
    Syntax
    public bool ShowLayerAtAllScales {get; set;}
    Public Property ShowLayerAtAllScales As Boolean
    Remarks
    When this value is true, the MinScale and MaxScale properties will be set to zero for the benefit of older CIM clients.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also