An enumerated type representing the possible sets of rows of a striped row schedule.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum StripedRowPattern
Members
Member name | Value | Description |
---|---|---|
FirstRow | 0 | The first row and every other row thereafter. |
SecondRow | 1 | The second row and every other row thereafter. |