Share

UpdaterId Class

A unique identifier of an Updater

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.UpdaterId


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

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

Properties

 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.

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)

Remarks

UpdaterID used as a key to register and unregister Updaters and UpdateTriggers in Revit application

See Also

Reference

Was this information helpful?