Revit 2026 API
Override |
Sets the visibility of the surface foreground fill pattern.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public OverrideGraphicSettings SetSurfaceForegroundPatternVisible( bool fillPatternVisible )
Public Function SetSurfaceForegroundPatternVisible ( fillPatternVisible As Boolean ) As OverrideGraphicSettings
public: OverrideGraphicSettings^ SetSurfaceForegroundPatternVisible( bool fillPatternVisible )
member SetSurfaceForegroundPatternVisible : fillPatternVisible : bool -> OverrideGraphicSettings
Parameters
- fillPatternVisible Boolean
- Value of the visibility of the surface foreground fill pattern.
Return Value
OverrideGraphicSettingsReference to the changed object.
See Also