Revit 2026 API
Task |
Gets the status of the verification checkbox.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool WasVerificationChecked()
Public Function WasVerificationChecked As Boolean
public: bool WasVerificationChecked()
member WasVerificationChecked : unit -> bool
Return Value
BooleanWhether the verification checkbox is checked.
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown when the task dialog does not have verification checkbox or the task dialog is not shown yet. |
See Also