Share

ViewSchedule.IsHeaderFrozen Property

A static property defining if the schedule header frozen setting is turned on or off in current Revit Application Session.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static bool IsHeaderFrozen { get; set; }

Property Value

Boolean

Remarks

The setting will be written into Revit.ini if users set the value. If users start multiple Revit sessions, the schedule header frozen setting might be different in each session. Revit.ini file stores the lastest setting no matter what the Revit session is.

See Also

Reference

Was this information helpful?