Checks if the updater is enabled or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsUpdaterEnabled( UpdaterId id )
Parameters
- id UpdaterId
- The updater id.
Return Value
BooleanReturns true if the updater is enabled, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Updater with this Id is not currently registered in Revit. |
| ArgumentNullException | A non-optional argument was null |
