Sets this rebar container element to be shown unobscured in a view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2016
Syntax
| C# |
|---|
public void SetUnobscuredInView(
View view,
bool unobscured
) |
| Visual Basic |
|---|
Public Sub SetUnobscuredInView ( _
view As View, _
unobscured As Boolean _
) |
| Visual C++ |
|---|
public:
void SetUnobscuredInView(
View^ view,
bool unobscured
) |
Parameters
- view
- Type: Autodesk.Revit.DB..::..View
The view element
- unobscured
- Type: System..::..Boolean
True if rebar is shown unobscured, false otherwise.
Exceptions
See Also