The height of schedule title on sheet view.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2022.1

Syntax

C#
public double TitleHeight { get; }
Visual Basic
Public ReadOnly Property TitleHeight As Double
	Get
Visual C++
public:
property double TitleHeight {
	double get ();
}

Remarks

If title is set to unshown, it will be 0.

See Also