Checks if this rebar element is shown solidly in a 3D view.
Namespace:
Autodesk.Revit.DB.Structure
Assembly:
RevitAPI
(in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2011
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- view
-
Type:
Autodesk.Revit.DB
View3D
The 3D view element
Return Value
True if rebar is shown solidly, false otherwise.Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was null |
| Autodesk.Revit.Exceptions InapplicableDataException | This rebar element doesn't have valid visibility data. |