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.

In This Topic
    ShowWizard Method
    In This Topic
    Opens the specified wizard.
    Syntax
    public static Nullable<bool> ShowWizard( 
       string id,
       object data
    )
    Public Shared Function ShowWizard( _
       ByVal id As String, _
       ByVal data As Object _
    ) As Nullable(Of Boolean)

    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