Indicates if the element can be 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 CanBeHidden( View pView )
Parameters
- pView View
Return Value
BooleanIf the element is not permitted to be hidden, false is returned.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when argument is nullptr. |