ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / GroupLayerCreationParams Class / SublayerVisibilityMode Property

In This Topic
    SublayerVisibilityMode Property (GroupLayerCreationParams)
    In This Topic
    Gets and sets the SublayerVisibilityMode.
    Syntax
    public SublayerVisibilityMode SublayerVisibilityMode {get; set;}
    Public Property SublayerVisibilityMode As SublayerVisibilityMode
    Remarks
    The default is ArcGIS.Core.CIM.SublayerVisibilityMode.Independent; that is the visibility of any sublayer is independent of the visibility of any of the other sublayers.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also