SetCutForegroundPatternVisible Method
Sets the visibility of the cut face foreground fill pattern.

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

Syntax

C#
public OverrideGraphicSettings SetCutForegroundPatternVisible(
	bool fillPatternVisible
)
Visual Basic
Public Function SetCutForegroundPatternVisible ( _
	fillPatternVisible As Boolean _
) As OverrideGraphicSettings
Visual C++
public:
OverrideGraphicSettings^ SetCutForegroundPatternVisible(
	bool fillPatternVisible
)

Parameters

fillPatternVisible
Type: System..::..Boolean
Value of the visibility of the cut face foreground fill pattern.

Return Value

Reference to the changed object.

See Also