ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / LayoutFrameworkExtender Class / CloseLayoutPanes Method
Does not need to be specified.
Layout path.

In This Topic
    CloseLayoutPanes Method
    In This Topic
    Close the layout panes that reference the specified layout path.
    Syntax
    Public Shared Sub CloseLayoutPanes( _
       ByVal paneCollection As PaneCollection, _
       Optional ByVal layoutUri As String _
    ) 
    public static void CloseLayoutPanes( 
       PaneCollection paneCollection,
       string layoutUri
    )

    Parameters

    paneCollection
    Does not need to be specified.
    layoutUri
    Layout path.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also