IsSolidInView Method


Checks if this fabric sheet is shown solidly in a 3D view.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2021

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 if fabric sheet is shown solidly, false otherwise.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentNullException A non-optional argument was NULL
Autodesk.Revit.Exceptions InapplicableDataException This fabric sheet doesn't have valid visibility data.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →