Indicates if this ScheduleDefinition can have an embedded ScheduleDefinition
added.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public bool CanHaveEmbeddedSchedule()
Return Value
BooleanTrue if this ScheduleDefinition can have an embedded ScheduleDefinition, false otherwise.
Remarks
Only schedules of the following categories can have an embedded ScheduleDefinition:
- Rooms
- Spaces
- Electrical Circuits
- Duct Systems
- Piping Systems
- Mechanical Equipment Sets
- MEP Fabrication Ductwork
- Fabrication Ductwork Stiffeners
Key schedules cannot have embedded schedules.
