<Code Lib>
2027 Class
Changes 0
C

UpdaterId

Description:
A unique identifier of an Updater
Remarks:
UpdaterId used as a key to register and unregister Updaters and UpdateTriggers in Revit application UpdaterId needs to be a stable identity for a given updater.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.UpdaterId

public class UpdaterId : IDisposable

Name Return Type Description Inherited From
C UpdaterId(AddInId, Guid) UpdaterId creates an instance of UpdaterId for given AddInId and a given GUID value

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the UpdaterId
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetAddInId() AddInId AddInId of the UpdaterId
M GetGUID() Guid GUID value of the UpdaterId
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object

Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.

Loading…