Share

Element.IsHidden Method

Identifies if the element has been permanently hidden in the view.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool IsHidden(
	View pView
)

Parameters

pView  View
 

Return Value

Boolean

Exceptions

ExceptionCondition
ArgumentNullExceptionThrown when argument is nullptr.

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.

See Also

Reference

Was this information helpful?