Share

StripedRowPattern 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: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum StripedRowPattern

Members

Member nameValueDescription
FirstRow0 The first row and every other row thereafter.
SecondRow1 The second row and every other row thereafter.

See Also

Reference

Was this information helpful?