Sets RebarInSystem element to be shown unobscured in a view. 
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2014 
Syntax
| C# | 
|---|
 | 
| Visual Basic | 
|---|
 | 
| Visual C++ | 
|---|
 | 
Parameters
- view
 - Type: Autodesk.Revit.DBView
The view element 
- unobscured
 - Type: SystemBoolean
True if RebarInSystem element is shown unobscured, false otherwise. 
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null | 
| Autodesk.Revit.ExceptionsInapplicableDataException | This element doesn't have valid visibility data. |