Revit 2026 API
Rebar |
Sets RebarInSystem element to be shown unobscured in a view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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
- view View
- The view element
- unobscured Boolean
- True if RebarInSystem element is shown unobscured, false otherwise.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| InapplicableDataException | This element doesn't have valid visibility data. |
See Also