Checks if the schedule is split.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2022.1

Syntax

C#
public bool IsSplit()
Visual Basic
Public Function IsSplit As Boolean
Visual C++
public:
bool IsSplit()

Return Value

True if the schedule is split. Otherwise false.

See Also