RVTDocs.com
Namespace: Autodesk.Revit.DB Class: UpdaterId

UpdaterId

Constructor
Description:
creates an instance of UpdaterId for given AddInId and a given GUID value
Syntax
public UpdaterId(
	AddInId addInId,
	Guid val
)
Parameters
Parameter Type Description
addInId AddInId Id of addin that registers an Updater
val Guid a GUID identifying the Updater within addin
Return Value
Exceptions
Exception Condition
ArgumentException addInId is not valid.
ArgumentNullException A non-optional argument was null