UpdaterRegistryIsUpdaterRegistered(UpdaterId) Method |
Checks whether updater with the given id is registered
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static bool IsUpdaterRegistered(
UpdaterId id
)
Public Shared Function IsUpdaterRegistered (
id As UpdaterId
) As Boolean
public:
static bool IsUpdaterRegistered(
UpdaterId^ id
)
static member IsUpdaterRegistered :
id : UpdaterId -> bool
Parameters
- id UpdaterId
-
Id of the updater being tested.
Return Value
Boolean
Returns true if the updater is registered.
Exceptions
See Also