C# Class Revit.SDK.Samples.WindowWizard.CS.WindowWizard

The class is used to create window wizard form
Datei anzeigen Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
RunWizard ( ) : int

the method is used to show wizard form and do the creation

WindowWizard ( ExternalCommandData commandData ) : System

constructor of WindowWizard

Private Methods

Method Description
Creation ( ) : bool

The window creation process

Method Details

RunWizard() public method

the method is used to show wizard form and do the creation
public RunWizard ( ) : int
return int

WindowWizard() public method

constructor of WindowWizard
public WindowWizard ( ExternalCommandData commandData ) : System
commandData ExternalCommandData the ExternalCommandData parameter
return System