ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Framework Namespace / FrameworkApplication Class / ExecuteCommandArgs Method
The DAML control identifier.

ExecuteCommandArgs Method (FrameworkApplication)
Obtains a function that can be used to execute the specified command with arguments.
Syntax
public static Func<object[],Task> ExecuteCommandArgs( 
   string id
)

Parameters

id
The DAML control identifier.

Return Value

An invocable function with arguments.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.7 or higher.
See Also