creates an instance of UpdaterId for given AddInId and a given GUID value
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public UpdaterId(
AddInId addInId,
Guid val
)
Parameters
- addInId AddInId
-
Id of addin that registers an Updater
- val Guid
-
a GUID identifying the Updater within addin
Exceptions
See Also
Reference