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

In This Topic
    ExecuteCommand Method (FrameworkApplication)
    In This Topic
    Obtains a function that can be used to execute the specified command.
    Syntax
    Public Shared Function ExecuteCommand( _
       ByVal id As String _
    ) As Func(Of Task)
    public static Func<Task> ExecuteCommand( 
       string id
    )

    Parameters

    id
    The DAML control identifier.

    Return Value

    An invocable function.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also