Share

ViewSchedule.GetStripedRowsColor Method

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: 26.2.0.0 (26.2.0.0)

Syntax

C#

public Color GetStripedRowsColor(
	StripedRowPattern index
)

Parameters

index  StripedRowPattern
The part of the striped row pattern.

Return Value

Color
The applied color of the pattern part.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

See Also

Reference

Was this information helpful?