Revit 2025.3 API
Override |
Sets the visibility of the cut face foreground fill pattern.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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