Sets RebarInSystem element to be shown unobscured in a view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public void SetUnobscuredInView( View view, bool unobscured )
Parameters
- view View
- The view element
- unobscured Boolean
- True if RebarInSystem element is shown unobscured, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
InapplicableDataException | This element doesn't have valid visibility data. |