Revit 2018 API |
IExternalEventHandler..::..Execute Method |
IExternalEventHandler Interface See Also |
This method is called to handle the external event.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 18.0.0.0 (18.2.0.0)
Since:
2013
Syntax
C# |
---|
void Execute( UIApplication app ) |
Visual Basic |
---|
Sub Execute ( _ app As UIApplication _ ) |
Visual C++ |
---|
void Execute( UIApplication^ app ) |
Parameters
- app
- Type: Autodesk.Revit.UI..::..UIApplication