Revit 2025 API
RebarSet |
Sets this rebar element to be shown unobscured in a view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetUnobscuredInView( View view, bool unobscured )
Public Sub SetUnobscuredInView ( view As View, unobscured As Boolean )
public: void SetUnobscuredInView( View^ view, bool unobscured )
member SetUnobscuredInView : view : View * unobscured : bool -> unit
Parameters

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
InapplicableDataException | This rebar element doesn't have valid visibility data. |
See Also