Indicates if the element can be hidden in the view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
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
Remarks
See discussion for some types of elements which may not be hidden.
Note: elements in families can only be hidden temporarily.
See Also
Reference