<Code Lib>
2020 Interface
Changes 0
I

IExternalApplication

Description:
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.

public interface IExternalApplication

Name Return Type Description
M OnShutdown(UIControlledApplication) Result Implement this method to execute some tasks when Autodesk Revit shuts down.
M OnStartup(UIControlledApplication) Result Implement this method to execute some tasks when Autodesk Revit starts.

Loading…