RebarInSystem.SetSolidInView
Description:
Sets this rebar element to be shown solidly in a 3D view.
Sets this rebar element to be shown solidly in a 3D view.
[ObsoleteAttribute("This method is deprecated in Revit 2023 and may be removed in a later version of Revit. The RebarInSystem will always be shown solidly in 3D views with Fine level of detail. To change this, you can override the detail level of view for Structural Rebar category.")]
public void SetSolidInView(
View3D view,
bool solid
)
-
viewThe 3D view element
-
BooleansolidTrue if rebar element is shown solidly, false otherwise.
-
A non-optional argument was null
-
None of the following disciplines is enabled: Structural.
-
This element doesn't have valid visibility data.