An enumerated type representing the possible sets of rows of a striped row schedule.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
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.
|
See Also
Reference