Sets all overrides to a specific value.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.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.