Checks whether updater with the given id is registered
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2011
Syntax
| C# |
|---|
public static bool IsUpdaterRegistered( UpdaterId id ) |
| Visual Basic |
|---|
Public Shared Function IsUpdaterRegistered ( _ id As UpdaterId _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsUpdaterRegistered( UpdaterId^ id ) |
Parameters
- id
- Type: Autodesk.Revit.DB..::..UpdaterId
Id of the updater being tested.
Return Value
Returns true if the updater is registered.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |