2027 Method
Changes 0
M

RebarContainer.HasPresentationOverrides

Description:
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
public bool HasPresentationOverrides(
	View dBView
)
  • dBView
    The view.
Return Value Boolean True if if any RebarContainerItem of this RebarContainer has overridden default presentation settings, false otherwise.