RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Element

Element.IsHidden

Method
Description:
Identifies if the element has been permanently hidden in the view.
Remarks:
This does not determine if the element is hidden as a result of temporary hide/isolate, view sectioning, view crop box, or other operations that can cause elements not to be visible. To hide or unhide an element, use the Hide() and Unhide() method of View.
Syntax
public bool IsHidden(
	View pView
)
Parameters
Parameter Type Description
pView View
Return Value
Exceptions
Exception Condition
ArgumentNullException Thrown when argument is.