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