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

In This Topic
    ExecuteCommandArgs Method (FrameworkApplication)
    In This Topic
    Obtains a function that can be used to execute the specified command with arguments.
    Syntax
    Public Shared Function ExecuteCommandArgs( _
       ByVal id As String _
    ) As Func(Of Object(),Task)
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also