UpdaterId Class

A unique identifier of an Updater
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBUpdaterId

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class UpdaterId : IDisposable

The UpdaterId type exposes the following members.

Constructors
 NameDescription
Public methodUpdaterId creates an instance of UpdaterId for given AddInId and a given GUID value
Top
Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the UpdaterId
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetAddInId AddInId of the UpdaterId
Public methodGetGUID GUID value of the UpdaterId
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
UpdaterID used as a key to register and unregister Updaters and UpdateTriggers in Revit application
See Also