Sets the elements to be shown in the given view if they are currently hidden.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void UnhideElements( ICollection<ElementId> elementIdSet )
Parameters
- elementIdSet ICollection<ElementId>
- A set of ElementIds to be unhidden.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when argument is nullptr. |
ArgumentException | Thrown when the set of elements to be unhidden is empty or one of the elements can not be unhidden. |
InvalidOperationException | Thrown when document regeneration failed. |