IExternalDBApplication
Description:
An interface that supports addition of DB-level external applications to Revit, to subscribe to DB-level events and updaters.
An interface that supports addition of DB-level external applications to Revit, to subscribe to DB-level events and updaters.
Remarks:
DB-level applications are permitted to add DB-level events and updaters to the session. They cannot create or modify UI.
DB-level applications are permitted to add DB-level events and updaters to the session. They cannot create or modify UI.
public interface IExternalDBApplication
| Name | Return Type | Description |
|---|---|---|
| OnShutdown(ControlledApplication) | ExternalDBApplicationResult | Implement this method to execute some tasks when Autodesk Revit shuts down. |
| OnStartup(ControlledApplication) | ExternalDBApplicationResult | Implement this method to execute some tasks when Autodesk Revit starts. |