StripedRowPattern Enumeration


Striped Row Pattern Enumeration

An enumerated type representing the possible sets of rows of a striped row schedule.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
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