ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Framework Namespace / PaneCollection Class / Create Method / Create(String,Object[]) Method
The pane's DAML ID.
A variable number of arguments.

In This Topic
    Create(String,Object[]) Method
    In This Topic
    Creates a new instance of the specified pane using the supplied arguments.
    Syntax
    public Pane Create( 
       string id,
       params object[] param
    )
    Public Overloads Function Create( _
       ByVal id As String, _
       ByVal ParamArray param() As Object _
    ) As Pane

    Parameters

    id
    The pane's DAML ID.
    param
    A variable number of arguments.

    Return Value

    A Pane.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also