Revit 2015 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: 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.