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

In This Topic
    FindLayoutPanes Method
    In This Topic
    Find the layout panes that reference a specific layout.
    Syntax
    Public Shared Function FindLayoutPanes( _
       ByVal paneCollection As PaneCollection, _
       Optional ByVal layout As Layout _
    ) As IList(Of ILayoutPane)
    public static IList<ILayoutPane> FindLayoutPanes( 
       PaneCollection paneCollection,
       Layout layout
    )

    Parameters

    paneCollection
    Does not need to be specified.
    layout
    Layout

    Return Value

    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also