ArcGIS Pro 2.6 API Reference Guide
ExecuteCommand Method (FrameworkApplication)

ArcGIS.Desktop.Framework Namespace > FrameworkApplication Class : ExecuteCommand Method
The DAML control identifier.
Executes 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.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

FrameworkApplication Class
FrameworkApplication Members