RebarContainer.HasPresentationOverrides
Method
Description:
Identifies if any RebarContainerItem of this RebarContainer has overridden default presentation settings for the given view.
Identifies if any RebarContainerItem of this RebarContainer has overridden default presentation settings for the given view.
Remarks:
Default presentation settings can be overriden using [!:Autodesk::Revit::DB::Structure::RebarContainerItem::SetBarHiddenStatus], [!:Autodesk::Revit::DB::Structure::RebarContainerItem::SetPresentationMode] methods
Default presentation settings can be overriden using [!:Autodesk::Revit::DB::Structure::RebarContainerItem::SetBarHiddenStatus], [!:Autodesk::Revit::DB::Structure::RebarContainerItem::SetPresentationMode] methods
Parameters
Parameter | Type | Description |
---|---|---|
dBView | View | The view. |
Return Value
Type | Description |
---|---|
Boolean | True if if any RebarContainerItem of this RebarContainer has overridden default presentation settings, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |