SetAllOverrides Method


Sets all overrides to a specific value.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2014

Syntax

C#
public void SetAllOverrides(
	bool bOverride
)
Visual Basic
Public Sub SetAllOverrides ( _
	bOverride As Boolean _
)
Visual C++
public:
void SetAllOverrides(
	bool bOverride
)

Parameters

bOverride
Type: System Boolean
The value that will be assigned to all the overrides.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →