TitleAutoPrefix Property


Whether the TaskDialog's title will automatically have the add-in name added as a prefix.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2011

Syntax

C#
public bool TitleAutoPrefix { get; set; }
Visual Basic
Public Property TitleAutoPrefix As Boolean
	Get
	Set
Visual C++
public:
property bool TitleAutoPrefix {
	bool get ();
	void set (bool value);
}

Remarks

The default value is true.

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 →