ArcGIS Pro 3.7 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 Shared Sub ClosePresentationPanes( _
       ByVal paneCollection As PaneCollection, _
       Optional ByVal presentationUri As String _
    ) 
    public static void ClosePresentationPanes( 
       PaneCollection paneCollection,
       string presentationUri
    )

    Parameters

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

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

    ArcGIS Pro version: 3.5 or higher.
    See Also