C# Class BIMSource.SPWriter.Application

Inheritance: IExternalApplication
Show file Open project: alnjxn/bim-source

Public Methods

Method Description
OnShutdown ( UIControlledApplication application ) : System.Result

Fires off when Revit Session Ends

OnStartup ( UIControlledApplication application ) : System.Result

Fires off when Revit Session Starts

Private Methods

Method Description
CreateRibbonPanel ( UIControlledApplication application ) : System.Windows.Forms.RibbonPanel
GetEmbeddedImage ( System app, string imageName ) : System.Windows.Media.ImageSource

Method Details

OnShutdown() public method

Fires off when Revit Session Ends
public OnShutdown ( UIControlledApplication application ) : System.Result
application UIControlledApplication An object that is passed to the external application which contains the controlled application.
return System.Result

OnStartup() public method

Fires off when Revit Session Starts
public OnStartup ( UIControlledApplication application ) : System.Result
application UIControlledApplication An object that is passed to the external application which contains the controlled application.
return System.Result