ScheduleDefinitionRemoveEmbeddedSchedule Method

Removes the embedded ScheduleDefinition.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void RemoveEmbeddedSchedule()
Exceptions
ExceptionCondition
InvalidOperationException This ScheduleDefinition does not have an embedded ScheduleDefinition.
See Also