Sets this rebar 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:
2011
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