Revit 2026 API
Schedule |
Indicates if the schedule is a key schedule.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsKeySchedule { get; }
Public ReadOnly Property IsKeySchedule As Boolean Get
public: property bool IsKeySchedule { bool get (); }
member IsKeySchedule : bool with get
Property Value
Boolean
A key schedule displays abstract "key" elements that can be used to
populate parameters of ordinary model elements.
See Also