RebarContainer.SetSolidInView
Description:
Sets this RebarContainer element is shown as solid in the given 3D view.
Sets this RebarContainer element is shown as solid in the given 3D view.
[ObsoleteAttribute("This method is deprecated in Revit 2023 and may be removed in a later version of Revit. The RebarContainer 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 this RebarContainer element is shown as solid in the given 3D view, false otherwise.
-
A non-optional argument was null
-
None of the following disciplines is enabled: Structural.
-
This rebar container element doesn't have valid visibility data.