OverrideGraphicSettingsSetCutForegroundPatternVisible Method

Sets the visibility of the cut face foreground fill pattern.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public OverrideGraphicSettings SetCutForegroundPatternVisible(
	bool fillPatternVisible
)

Parameters

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

Return Value

OverrideGraphicSettings
Reference to the changed object.
See Also