C# Class BIMSource.SPWriter.Commands

Inheritance: IExternalCommand
Afficher le fichier Open project: alnjxn/bim-source

Méthodes publiques

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

Command Entry Point

Private Methods

Méthode Description
AddParameters ( ) : bool

Method Details

Execute() public méthode

Command Entry Point
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData Input argument providing access to the Revit application and documents
message string Return message to the user in case of error or cancel
elements ElementSet Return argument to highlight elements on the graphics screen if Result is not Succeeded.
Résultat System.Result