C# Class RevitPythonShell.StartShellCommand

Inheritance: IExternalCommand
Afficher le fichier Open project: pterelaos/revitpythonshell

Méthodes publiques

Méthode Description
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : Result

Open a window to let the user enter python code.

Method Details

Execute() public méthode

Open a window to let the user enter python code.
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : Result
commandData ExternalCommandData
message string
elements ElementSet
Résultat Result