ArcGIS Pro 2.8 API Reference Guide
ShowWizard Method

ArcGIS.Desktop.Framework Namespace > FrameworkApplication Class : ShowWizard Method
The DAML identifier of the wizard to show.
The data the wizard may require.
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 10, Windows 8.1

See Also

Reference

FrameworkApplication Class
FrameworkApplication Members