C# Class ExtensibleStorageManager.Application

Inheritance: IExternalApplication
Show file Open project: AMEE/revit

Public Methods

Method 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 method

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

OnStartup() public method

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