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

The class is used to create window wizard form
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
RunWizard ( ) : int

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

WindowWizard ( ExternalCommandData commandData ) : System

constructor of WindowWizard

Private Methods

Méthode Description
Creation ( ) : bool

The window creation process

Method Details

RunWizard() public méthode

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

WindowWizard() public méthode

constructor of WindowWizard
public WindowWizard ( ExternalCommandData commandData ) : System
commandData ExternalCommandData the ExternalCommandData parameter
Résultat System