Updater |
Checks whether updater with the given id is registered in a document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Parameters
- id UpdaterId
- Id of the updater being tested.
- document Document
- Document in which this updater is tested whether it's registered or not.
Return Value
BooleanReturns True if the updater is registered in the given document.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |