Checks whether updater with the given id is registered in a document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsUpdaterRegistered(
UpdaterId id,
Document document
)
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
Boolean
Returns True if the updater is registered in the given document.
Exceptions
See Also
Reference