ExtraCheckBoxText Property


ExtraCheckBoxText is used to label the extra checkbox.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2017

Syntax

C#
public string ExtraCheckBoxText { get; set; }
Visual Basic
Public Property ExtraCheckBoxText As String
	Get
	Set
Visual C++
public:
property String^ ExtraCheckBoxText {
	String^ get ();
	void set (String^ value);
}

Remarks

If ExtraCheckBoxText is set, a checkbox with the text will be shown. You can get the response of checkbox by checking the return value of the WasExtraCheckBoxChecked() method.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsInvalidOperationException Thrown if the TaskDialog also has EnableMarqueeProgressBar set as the two cannot coincide in the same TaskDialog.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →