Implement this method to execute some tasks when Autodesk Revit shuts down.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
ExternalDBApplicationResult OnShutdown( ControlledApplication application )
Parameters
- application ControlledApplication
- Handle to the Revit Application object.
Return Value
ExternalDBApplicationResultIndicates if the external db application completes its work successfully.