IExternalDBApplication.OnStartup
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.
ExternalDBApplicationResult OnStartup(
ControlledApplication application
)
-
applicationHandle to the Revit Application object.
Return Value
ExternalDBApplicationResult
Indicates if the external db application completes its work successfully.