IExternalApplication
Description:
An interface that supports addition of external applications to Revit.
An interface that supports addition of external applications to Revit.
Remarks:
External applications are permitted to customize the Revit UI, and to add events and updaters to the session.
External applications are permitted to customize the Revit UI, and to add events and updaters to the session.
public interface IExternalApplication
| Name | Return Type | Description |
|---|---|---|
| OnShutdown(UIControlledApplication) | Result | Implement this method to execute some tasks when Autodesk Revit shuts down. |
| OnStartup(UIControlledApplication) | Result | Implement this method to execute some tasks when Autodesk Revit starts. |