Share

TaskDialog.WasVerificationChecked Method

Gets the status of the verification checkbox.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool WasVerificationChecked()

Return Value

Boolean
Whether the verification checkbox is checked.

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the task dialog does not have verification checkbox or the task dialog is not shown yet.

See Also

Reference

Was this information helpful?