SetSurfaceBackgroundPatternVisible Method


Sets the visibility of the surface background fill pattern.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since: 2019

Syntax

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

Parameters

fillPatternVisible
Type: System Boolean
Value of the visibility of the surface background fill pattern.

Return Value

Reference to the changed object.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →