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