ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / FrameworkApplication Class / ShowWizard Method
The DAML identifier of the wizard to show.
The data the wizard may require.
Version

    ShowWizard Method
    Opens the specified wizard.
    Syntax
    public static Nullable<bool> ShowWizard( 
       string id,
       object data
    )

    Parameters

    id
    The DAML identifier of the wizard to show.
    data
    The data the wizard may require.

    Return Value

    A Nullable Boolean that specifies whether the wizard activity was accepted (true) or canceled (false).
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also