RemoveEmbeddedSchedule Method


Schedule Definition Remove Embedded Schedule Method

Removes the embedded ScheduleDefinition.

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