ArcGIS Pro 2.8 API Reference Guide
ExecuteCommandArgs Method (FrameworkApplication)

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

Parameters

id
The DAML control identifier.

Return Value

An invocable function with arguments.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

FrameworkApplication Class
FrameworkApplication Members