View.UnhideElements
Description:
Sets the elements to be shown in the given view if they are currently hidden.
Sets the elements to be shown in the given view if they are currently hidden.
Remarks:
This change is permanent until the elements are hidden again. All elements in the set must be currently hidden. An application can check this with IsHidden(View).
This change is permanent until the elements are hidden again. All elements in the set must be currently hidden. An application can check this with IsHidden(View).
public void UnhideElements(
ICollection<ElementId> elementIdSet
)
-
ICollection<ElementId>elementIdSetA set of ElementIds to be unhidden.
-
Thrown when argument isnullNothingnullptra null reference (Nothingin Visual Basic).
-
Thrown when the set of elements to be unhidden is empty or one of the elements can not be unhidden.
-
Thrown when document regeneration failed.