Share

ScheduleDefinition.CanHaveEmbeddedSchedule Method

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

Boolean
True 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.

See Also

Reference

Was this information helpful?