| Revit 2017 API |
| RebarContainer..::..IsSolidInView Method |
| RebarContainer Class See Also |
Checks if this RebarContainer element is shown as solid in the given 3D view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2016
Syntax
| C# |
|---|
public bool IsSolidInView( View3D view ) |
| Visual Basic |
|---|
Public Function IsSolidInView ( _ view As View3D _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsSolidInView( View3D^ view ) |
Parameters
- view
- Type: Autodesk.Revit.DB..::..View3D
The 3D view element
Return Value
True this RebarContainer element is shown as solid in the given 3D view, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |
| Autodesk.Revit.Exceptions..::..InapplicableDataException | This rebar container element doesn't have valid visibility data. |