C# Class BIMSource.SPWriter.Application

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

Méthodes publiques

Méthode 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

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

Method Details

OnShutdown() public méthode

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.
Résultat System.Result

OnStartup() public méthode

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.
Résultat System.Result