Identifies if any RebarContainerItem of this RebarContainer has overridden default presentation settings for the given view.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool HasPresentationOverrides(
View dBView
)
Parameters
- dBView View
-
The view.
Return Value
Boolean
True if if any RebarContainerItem of this RebarContainer has overridden default presentation settings, false otherwise.
Exceptions
Remarks
Default presentation settings can be overriden using
[!:Autodesk::Revit::DB::Structure::RebarContainerItem::SetBarHiddenStatus],
[!:Autodesk::Revit::DB::Structure::RebarContainerItem::SetPresentationMode] methods
See Also
Reference