C# Class ExtensibleStorageManager.Application

Inheritance: IExternalApplication
Afficher le fichier Open project: AMEE/revit

Méthodes publiques

Méthode Description
OnShutdown ( UIControlledApplication application ) : System.Result

There is no cleanup needed in this application -- default implementation

OnStartup ( UIControlledApplication application ) : System.Result

Add a button to the Ribbon and attach it to the IExternalCommand defined in Command.cs

Method Details

OnShutdown() public méthode

There is no cleanup needed in this application -- default implementation
public OnShutdown ( UIControlledApplication application ) : System.Result
application UIControlledApplication
Résultat System.Result

OnStartup() public méthode

Add a button to the Ribbon and attach it to the IExternalCommand defined in Command.cs
public OnStartup ( UIControlledApplication application ) : System.Result
application UIControlledApplication
Résultat System.Result