Gets the status of the verification checkbox.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public bool WasVerificationChecked()
Return Value
BooleanWhether the verification checkbox is checked.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the task dialog does not have verification checkbox or the task dialog is not shown yet. |