| Revit 2020.1 API | 
| UpdaterRegistry..::..DisableUpdater Method | 
| UpdaterRegistry Class See Also | 
   Disables the updater.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since: 
   2015
 Syntax
Syntax
| C# | 
|---|
| public static void DisableUpdater( UpdaterId id ) | 
| Visual Basic | 
|---|
| Public Shared Sub DisableUpdater ( _ id As UpdaterId _ ) | 
| Visual C++ | 
|---|
| public: static void DisableUpdater( UpdaterId^ id ) | 
Parameters
- id
- Type: Autodesk.Revit.DB..::..UpdaterId
 The updater id.
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | Updater with this Id is not currently registered in Revit. | 
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |