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 used as a key to register and unregister Updaters and UpdateTriggers in Revit application
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.UpdaterId
System.Object
Autodesk.Revit.DB.UpdaterId
public class UpdaterId : IDisposable
| Name | Return Type | Description |
|---|---|---|
| UpdaterId(AddInId, Guid) | None | creates an instance of UpdaterId for given AddInId and a given GUID value |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetAddInId() | AddInId | AddInId of the UpdaterId |
| GetGUID() | Guid | GUID value of the UpdaterId |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |