GetRegisteredUpdaterInfos Method (Document)


Updater Registry Get Registered Updater Infos(Document) Method

Returns information about all updaters applicable to the given document.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static IList<UpdaterInfo> GetRegisteredUpdaterInfos(
	Document document
)

Parameters

document Document
The document to which sought updaters are applicable to.

Return Value

IList UpdaterInfo
List of UpdaterInfo structures
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
Remarks
The list of data includes information about all updaters explicitly registered for the document as well as information about all application-wide registered updaters (which are applicable to all documents).
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →