<Code Lib>
2024 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
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.UpdaterId

public class UpdaterId : IDisposable

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

Name Return Type Description
M Dispose() None Releases all resources used by the
M GetAddInId() AddInId AddInId of the UpdaterId
M GetGUID() Guid GUID value of the UpdaterId

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

Loading…