Revit 2023 API |
ViewSchedule..::..GetStripedRowsColor Method |
ViewSchedule Class See Also |
Gets the color applied to part of the pattern for a schedule with striped rows.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2021
Syntax
C# |
---|
public Color GetStripedRowsColor( StripedRowPattern index ) |
Visual Basic |
---|
Public Function GetStripedRowsColor ( _ index As StripedRowPattern _ ) As Color |
Visual C++ |
---|
public: Color^ GetStripedRowsColor( StripedRowPattern index ) |
Parameters
- index
- Type: Autodesk.Revit.DB..::..StripedRowPattern
The part of the striped row pattern.
Return Value
The applied color of the pattern part.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |