OverrideGraphicSettingsSetHalftone Method |
Sets the halftone value.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic OverrideGraphicSettings SetHalftone(
bool halftone
)
Public Function SetHalftone (
halftone As Boolean
) As OverrideGraphicSettings
public:
OverrideGraphicSettings^ SetHalftone(
bool halftone
)
member SetHalftone :
halftone : bool -> OverrideGraphicSettings
Parameters
- halftone Boolean
-
True if the override displays in halftone, false otherwise.
Return Value
OverrideGraphicSettings
Reference to the changed object.
See Also