ArcGIS Pro 2.9 API Reference Guide
GetPlugInWrapper Method

ArcGIS.Desktop.Framework Namespace > FrameworkApplication Class : GetPlugInWrapper Method
The DAML control identifier.
Load the component if it hasn't been created yet.
Returns a run-time wrapper around the specified DAML component.
Syntax
public static IPlugInWrapper GetPlugInWrapper( 
   string id,
   bool create
)
Public Shared Function GetPlugInWrapper( _
   ByVal id As String, _
   Optional ByVal create As Boolean _
) As IPlugInWrapper

Parameters

id
The DAML control identifier.
create
Load the component if it hasn't been created yet.

Return Value

A
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

FrameworkApplication Class
FrameworkApplication Members