RVTDocs.com

RebarInSystem.SetUnobscuredInView

Method
Description:
Sets RebarInSystem element 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 RebarInSystem element is shown unobscured, false otherwise.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InapplicableDataException This element doesn't have valid visibility data.