Revit 2026 API
Updater |
Removes all triggers associated with specified document and Updater
Does not unregister updater.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static void RemoveDocumentTriggers( UpdaterId id, Document document )
Public Shared Sub RemoveDocumentTriggers ( id As UpdaterId, document As Document )
public: static void RemoveDocumentTriggers( UpdaterId^ id, Document^ document )
static member RemoveDocumentTriggers : id : UpdaterId * document : Document -> unit
Parameters
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | The updater's owner's AddIn does not match the currently active AddIn. -or- RemoveDocumentTriggers called while executing an updater. |
See Also