ViewScheduleGetSegmentCount Method

Gets the total count of schedule segments.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int GetSegmentCount()

Return Value

Int32
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.
See Also