IExternalDBApplication.OnStartup
Method
Description:
Implement this method to execute some tasks when Autodesk Revit starts.
Implement this method to execute some tasks when Autodesk Revit starts.
Remarks:
Typically, event handlers and updaters are registered in this method.
Typically, event handlers and updaters are registered in this method.
Parameters
Parameter | Type | Description |
---|---|---|
application | ControlledApplication | Handle to the Revit Application object. |
Return Value
Type | Description |
---|---|
ExternalDBApplicationResult | Indicates if the external db application completes its work successfully. |