Revit 2025.3 API
Updater |
Disables the updater.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static void DisableUpdater( UpdaterId id )
Public Shared Sub DisableUpdater ( id As UpdaterId )
public: static void DisableUpdater( UpdaterId^ id )
static member DisableUpdater : id : UpdaterId -> unit
Parameters
- id UpdaterId
- The updater id.
| Exception | Condition |
|---|---|
| ArgumentException | Updater with this Id is not currently registered in Revit. |
| ArgumentNullException | A non-optional argument was null |
See Also