ScheduleSheetInstance.SegmentIndex Property

The schedule segment index of this ScheduleSheetInstance.


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

Syntax

C#

public int SegmentIndex { get; set; }

Property Value

Int32

Exceptions

ExceptionCondition
ArgumentException When setting this property: segmentIndex is not a valid segment index.
InvalidOperationException When setting this property: The schedule of this ScheduleSheetInstance is a titleblock revision schedule or a sheet specific schedule.

Remarks

This property represents which schedule segment is referred to by this ScheduleSheetInstance. It normally starts with 0 and is less than the total number of the schedule segments, but there're some speccial cases:

See Also

Reference

ScheduleSheetInstance Class
Autodesk.Revit.DB Namespace