ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / MapFrame Class / IsActivated Property

In This Topic
    IsActivated Property (MapFrame)
    In This Topic
    Gets whether the map frame is activated or not. Refer to LayoutView.ActivateMapFrame.
    Syntax
    Public ReadOnly Property IsActivated As Boolean
    public bool IsActivated {get;}

    Property Value

    System.Boolean
    Remarks
    Only one map frame can be activated at any point in time on the view
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also