ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / BaseCreationParams Class / MapMemberIndex Property

In This Topic
    MapMemberIndex Property (BaseCreationParams)
    In This Topic
    Gets and sets the index of the MapMember in the map or group layer. MapMemberPosition must be set to MapMemberPosition.Index for this value to honored. If MapMemberPosition is set to MapMemberPosition.Index and this value is NOT set, then the behavior will revert to auto arrange.
    Syntax
    public int MapMemberIndex {get; set;}
    Public Property MapMemberIndex As Integer
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also