Checks whether updater with the given id is registered
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
)
Parameters
- id UpdaterId
-
Id of the updater being tested.
Return Value
Boolean
Returns true if the updater is registered.
Exceptions
See Also
Reference