OverrideGraphicSettings.SetCutBackgroundPatternVisible Method

OverrideGraphicSettingsSetCutBackgroundPatternVisible Method

Sets the visibility of the cut face background fill pattern.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public OverrideGraphicSettings SetCutBackgroundPatternVisible(
	bool fillPatternVisible
)
Public Function SetCutBackgroundPatternVisible ( 
	fillPatternVisible As Boolean
) As OverrideGraphicSettings
public:
OverrideGraphicSettings^ SetCutBackgroundPatternVisible(
	bool fillPatternVisible
)
member SetCutBackgroundPatternVisible : 
        fillPatternVisible : bool -> OverrideGraphicSettings 

Parameters

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

Return Value

OverrideGraphicSettings
Reference to the changed object.
See Also