Revit 2025.3 API
Fabric |
Checks if this fabric sheet is shown unobscured in a view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsUnobscuredInView( View view )
Public Function IsUnobscuredInView ( view As View ) As Boolean
public: bool IsUnobscuredInView( View^ view )
member IsUnobscuredInView : view : View -> bool
Parameters
- view View
- The view element
Return Value
BooleanTrue if fabric sheet is shown unobscured, false otherwise.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
InapplicableDataException | This fabric sheet doesn't have valid visibility data. |
See Also