ArcGIS Pro 3.7 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 Property ShowLayerAtAllScales As Boolean
    public bool ShowLayerAtAllScales {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.3 or higher.
    See Also