ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / PaneCollection Class / Create Method / Create(String) Method
The DAML identifier.

In This Topic
    Create(String) Method
    In This Topic
    Create a new instance of the pane identified by the specified DAML ID.
    Syntax
    public Pane Create( 
       string id
    )
    Public Overloads Function Create( _
       ByVal id As String _
    ) As Pane

    Parameters

    id
    The DAML identifier.

    Return Value

    The Pane.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also