ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / BaseCreationParams Class / MapMemberPosition Property

In This Topic
    MapMemberPosition Property (BaseCreationParams)
    In This Topic
    Gets and sets the mapMember position. Specifies whether the mapMember should be auto positioned or be on the top or at the bottom. Default value is MapMemberPosition.AutoArrange.
    Syntax
    Public Property MapMemberPosition As MapMemberPosition
    public MapMemberPosition MapMemberPosition {get; set;}
    Remarks
    To specify a specific index for the mapMember to be positioned, set this to MapMemberPosition.Index and set the MapMemberIndex.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.4 or higher.
    See Also