Revit 2026 API
IExternal |
Implement this method to execute some tasks when Autodesk Revit shuts down.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
Result OnShutdown( UIControlledApplication application )
Function OnShutdown ( application As UIControlledApplication ) As Result
Result OnShutdown( UIControlledApplication^ application )
abstract OnShutdown : application : UIControlledApplication -> Result
Parameters
- application UIControlledApplication
- A handle to the application being shut down.
Return Value
ResultIndicates if the external application completes its work successfully.
See Also