Share

OverrideGraphicSettings.SetHalftone Method

Sets the halftone value.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public OverrideGraphicSettings SetHalftone(
	bool halftone
)

Parameters

halftone  Boolean
True if the override displays in halftone, false otherwise.

Return Value

OverrideGraphicSettings
Reference to the changed object.

See Also

Reference

Was this information helpful?