RVTDocs.com

FabricSheet.SetUnobscuredInView

Method
Description:
Sets this fabric sheet to be shown unobscured in a view.
Syntax
public void SetUnobscuredInView(
	View view,
	bool unobscured
)
Parameters
Parameter Type Description
view View The view element
unobscured Boolean True if fabric sheet is shown unobscured, false otherwise.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InapplicableDataException This fabric sheet doesn't have valid visibility data.