| Revit Preview Release API |
| TableCellStyleOverrideOptions..::..SetAllOverrides Method |
| TableCellStyleOverrideOptions Class See Also |
Sets all overrides to a specific value.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
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.