Gets the total count of schedule segments.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2022.1
Syntax
C# |
---|
public int GetSegmentCount() |
Visual Basic |
---|
Public Function GetSegmentCount As Integer |
Visual C++ |
---|
public: int GetSegmentCount() |
Return Value
The total count of schedule segments. 1 means the schedule is not split yet.
Remarks
There will be at least one segment for a schedule.