| Revit 2017 API |
| IExternalApplication..::..OnShutdown Method |
| IExternalApplication Interface See Also |
Implement this method to execute some tasks when Autodesk Revit shuts down.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
Result OnShutdown( UIControlledApplication application ) |
| Visual Basic |
|---|
Function OnShutdown ( _ application As UIControlledApplication _ ) As Result |
| Visual C++ |
|---|
Result OnShutdown( UIControlledApplication^ application ) |
Parameters
- application
- Type: Autodesk.Revit.UI..::..UIControlledApplication
A handle to the application being shut down.