Method | Description | |
---|---|---|
OnShutdown ( UIControlledApplication application ) : System.Result |
Fires off when Revit Session Ends
|
|
OnStartup ( UIControlledApplication application ) : System.Result |
Fires off when Revit Session Starts
|
Method | Description | |
---|---|---|
CreateRibbonPanel ( UIControlledApplication application ) : System.Windows.Forms.RibbonPanel | ||
GetEmbeddedImage ( System app, string imageName ) : System.Windows.Media.ImageSource |
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 |
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 |