TableCellStyleOverrideOptionsSetAllOverrides Method

Sets all overrides to a specific value.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetAllOverrides(
	bool bOverride
)

Parameters

bOverride  Boolean
The value that will be assigned to all the overrides.
See Also