CutForegroundPatternColor Property
The override color of the foreground pattern of cut faces.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2019

Syntax

C#
public Color CutForegroundPatternColor { get; }
Visual Basic
Public ReadOnly Property CutForegroundPatternColor As Color
	Get
Visual C++
public:
property Color^ CutForegroundPatternColor {
	Color^ get ();
}

See Also