IsUpdaterRegistered Method (UpdaterId)


Updater Registry Is Updater Registered(Updater Id) Method

Checks whether updater with the given id is registered

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
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
Exception Condition
ArgumentNullException A non-optional argument was null
See Also