ArcGIS Pro 2.9 API Reference Guide
ExecuteCommand Method (FrameworkApplication)

ArcGIS.Desktop.Framework Namespace > FrameworkApplication Class : ExecuteCommand Method
The DAML control identifier.
Obtains a function that can be used to execute the specified command.
Syntax
public static Func<Task> ExecuteCommand( 
   string id
)
Public Shared Function ExecuteCommand( _
   ByVal id As String _
) As Func(Of Task)

Parameters

id
The DAML control identifier.

Return Value

An invocable function.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

FrameworkApplication Class
FrameworkApplication Members