Revit 2026 API
Override |
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 )
Public Function SetCutForegroundPatternVisible ( fillPatternVisible As Boolean ) As OverrideGraphicSettings
public: OverrideGraphicSettings^ SetCutForegroundPatternVisible( bool fillPatternVisible )
member SetCutForegroundPatternVisible : fillPatternVisible : bool -> OverrideGraphicSettings
Parameters
- fillPatternVisible Boolean
- Value of the visibility of the cut face foreground fill pattern.
Return Value
OverrideGraphicSettingsReference to the changed object.
See Also