ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LayerExpandedState Enumeration

In This Topic
    LayerExpandedState Enumeration
    In This Topic
    Defines the set of values for a layer's expanded state on creation. See LayerCreationParams.ExpandedState.
    Syntax
    Members
    MemberDescription
    Collapsed The layer is collapsed. if sublayers exist then they will use the default expanded state according to layer type
    Default The expanded state of the layer is set according to the layer type.
    Expanded The layer is expanded. If sublayers exist then they will use the default expanded state according to layer type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Mapping.LayerExpandedState

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also