ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / PaneCollection Class
Properties Methods


In This Topic
    PaneCollection Class Members
    In This Topic

    The following tables list the members exposed by PaneCollection.

    Public Properties
     NameDescription
    Public Property Gets the currently active Pane.  
    Public Property Gets the number of currently open panes.  
    Public Property Gets the pane at the specified index.  
    Top
    Public Methods
     NameDescription
    Public Method Close all open panes.  
    Public Method Close the pane identified by the specified instance ID.  
    Public MethodOverloaded.   
    Public Method Returns an array of Panes matching the specified DAML identifier.  
    Public Method Finds the pane identified by the specified instance identifier.  
    Public Method Returns an enumerator that iterates through the collection.  
    Public Method Closes a singleton pane.  
    Top
    Extension Methods
     NameDescription
    Public Extension Method Determines if the mapMember can be opened by the table pane.
    Public Extension Method Close the layout panes that reference the specified layout path.
    Public Extension Method Close the report panes that reference the specified report path or all report panes if reportUri is not specified.
    Public Extension Method Create and activate a new layout pane using a Layout reference. Must be called on GUI thread.
    Public Extension MethodOverloaded. 
    Public Extension Method Create and activate a new report pane using a Report reference. Must be called on GUI thread.
    Public Extension Method Find the layout panes that reference a specific layout.
    Public Extension Method Find the report panes that reference a specific report.
    Public Extension Method Gets or creates the CIMMapTableView for a MapMember. If the table pane has been opened for this MapMember, it will initialize the CIMMapTableView with the previous values. If table pane has never been opened, it will initialize the CIMMapTableView with the default table pane values.
    Public Extension MethodOverloaded. 
    Top
    See Also