Revit 2026 API
Schedule |
Indicates if this ScheduleDefinition has an embedded ScheduleDefinition.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasEmbeddedSchedule { get; }
Public ReadOnly Property HasEmbeddedSchedule As Boolean Get
public: property bool HasEmbeddedSchedule { bool get (); }
member HasEmbeddedSchedule : bool with get
Property Value
BooleanSee Also