2021 Method
Changes 0
M

View.UnhideElements

Description:
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).
public void UnhideElements(
	ICollection<ElementId> elementIdSet
)
  • ICollection<ElementId>
    elementIdSet
    A set of ElementIds to be unhidden.