Rebar |
Identifies if any RebarContainerItem of this RebarContainer has overridden default presentation settings for the given view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Parameters
- dBView View
- The view.
Return Value
BooleanTrue if if any RebarContainerItem of this RebarContainer has overridden default presentation settings, false otherwise.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |

Default presentation settings can be overriden using [!:Autodesk::Revit::DB::Structure::RebarContainerItem::SetBarHiddenStatus] , [!:Autodesk::Revit::DB::Structure::RebarContainerItem::SetPresentationMode] methods
