UpdaterId
Description:
A unique identifier of an Updater
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.
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
System.Object
Autodesk.Revit.DB.UpdaterId
public class UpdaterId : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| UpdaterId(AddInId, Guid) | None | creates an instance of UpdaterId for given AddInId and a given GUID value |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the UpdaterId | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetAddInId() | AddInId | AddInId of the UpdaterId | |
| GetGUID() | Guid | GUID value of the UpdaterId | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |