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

    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

    ArcGIS Pro version: 3 or higher.
    See Also