Implement this method to execute some tasks when Autodesk Revit starts.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- application
- Type: Autodesk.Revit.ApplicationServicesControlledApplication
Handle to the Revit Application object.
Return Value
Indicates if the external db application completes its work successfully.Remarks
Typically, event handlers and updaters are registered in this method.