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

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

    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, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also