ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / PresentationView Class / DeactivateMapPageAsync Method

In This Topic
    DeactivateMapPageAsync Method
    In This Topic
    Deactivates the map on the presentation view. Only an activated map page can be deactivated. This method must be called on the UI thread.
    Syntax
    public Task<bool> DeactivateMapPageAsync()
    Public Function DeactivateMapPageAsync() As Task(Of Boolean)

    Return Value

    A flag that indicates whether the map is deactivated
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also