ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / RelayCommand Class / CanExecute Method
Parameter

In This Topic
    CanExecute Method
    In This Topic
    Gets whether the command can be executed.
    Syntax
    public virtual bool CanExecute( 
       object parameter
    )
    Public Overridable Function CanExecute( _
       ByVal parameter As Object _
    ) As Boolean

    Parameters

    parameter
    Parameter
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also