ArcGIS Pro 2.8 API Reference Guide
Create(String,Object[]) Method

ArcGIS.Desktop.Framework Namespace > PaneCollection Class > Create Method : Create(String,Object[]) Method
The pane's DAML ID.
A variable number of arguments.
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 10, Windows 8.1

See Also

Reference

PaneCollection Class
PaneCollection Members
Overload List