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

    ArcGIS Pro version: 3.4 or higher.
    See Also