Identifies if the element has been permanently hidden in the view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public bool IsHidden( View pView )
Parameters
- pView View
Return Value
BooleanExceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when argument is null. |