Method | Description | |
---|---|---|
OnShutdown ( UIControlledApplication application ) : Autodesk.Revit.UI.Result |
Implement this method to unregister the subscribed events when Revit exits.
|
|
OnStartup ( UIControlledApplication application ) : Autodesk.Revit.UI.Result |
Implement the OnStartup method to register events when Revit starts.
|
public OnShutdown ( UIControlledApplication application ) : Autodesk.Revit.UI.Result | ||
application | UIControlledApplication | Controlled application to be shutdown. |
return | Autodesk.Revit.UI.Result |
public OnStartup ( UIControlledApplication application ) : Autodesk.Revit.UI.Result | ||
application | UIControlledApplication | Controlled application of to be loaded to Revit process. |
return | Autodesk.Revit.UI.Result |