OverrideGraphicSettingsSetCutForegroundPatternVisible Method |
Sets the visibility of the cut face foreground fill pattern.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
OverrideGraphicSettings
Reference to the changed object.
See Also