| Revit 2017 API |
| TaskDialog..::..WasVerificationChecked Method |
| TaskDialog Class See Also |
Gets the status of the verification checkbox.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 17.0.0.0 (17.0.484.0)
Since: 2011
Syntax
| C# |
|---|
public bool WasVerificationChecked() |
| Visual Basic |
|---|
Public Function WasVerificationChecked As Boolean |
| Visual C++ |
|---|
public: bool WasVerificationChecked() |
Return Value
Whether the verification checkbox is checked.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | Thrown when the task dialog does not have verification checkbox or the task dialog is not shown yet. |