ViewSchedule.Split(IList<Double>) Method

Splits the schedule into several segments by given height of each segment.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public void Split(
	IList<double> segmentHeights
)

Parameters

segmentHeights  IList<Double>
An array contains the height limit of each segment except the last segment. The height is the value for segment body. The height is Revit's internal units value.

Exceptions

ExceptionCondition
ArgumentException The height of a schedule segment must be greater than 0 and no more than 30000 feet. The total segment count must be greater than 0 and less than 10000.
ArgumentNullException A non-optional argument was null
InvalidOperationException Revision schedules cannot be split. -or- A schedule filtered by sheet can't be split. -or- This ViewSchedule is split.

Remarks

See Also

Reference

ViewSchedule Class
Split Overload
Autodesk.Revit.DB Namespace