Revit 2025 API
View |
Ungroups selected headers of schedule.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void UngroupHeaders( int top, int left, int bottom, int right )
Public Sub UngroupHeaders ( top As Integer, left As Integer, bottom As Integer, right As Integer )
public: void UngroupHeaders( int top, int left, int bottom, int right )
member UngroupHeaders : top : int * left : int * bottom : int * right : int -> unit
Parameters

Exception | Condition |
---|---|
ArgumentException | Headers could not be ungrouped. |
See Also