Sets RebarInSystem element to be shown unobscured in a view. 
   Namespace:   Autodesk.Revit.DB.Structure  
  Assembly:   RevitAPI  (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0) 
  Since:  2014 
Syntax
| C# | 
|---|
   |  
| Visual Basic | 
|---|
   |  
| Visual C++ | 
|---|
   |  
Parameters
- view
 -  Type:  Autodesk.Revit.DB View  
The view element 
- unobscured
 -  Type:  System Boolean  
True if RebarInSystem element is shown unobscured, false otherwise. 
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was null | 
| Autodesk.Revit.Exceptions DisabledDisciplineException | None of the following disciplines is enabled: Structural. | 
| Autodesk.Revit.Exceptions InapplicableDataException | This element doesn't have valid visibility data. |