Checks if this fabric sheet is shown unobscured in a view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool IsUnobscuredInView( View view )
Parameters
- view View
- The view element
Return Value
BooleanTrue if fabric sheet is shown unobscured, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
InapplicableDataException | This fabric sheet doesn't have valid visibility data. |