ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Core Namespace / PresentationFrameworkExtender Class / ClosePresentationPanes Method
Does not need to be specified.
Presentation path.

In This Topic
    ClosePresentationPanes Method
    In This Topic
    Closes the presentation panes that reference the specified presentation path.
    Syntax
    public static void ClosePresentationPanes( 
       PaneCollection paneCollection,
       string presentationUri
    )
    Public Shared Sub ClosePresentationPanes( _
       ByVal paneCollection As PaneCollection, _
       Optional ByVal presentationUri As String _
    ) 

    Parameters

    paneCollection
    Does not need to be specified.
    presentationUri
    Presentation path.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also