<Code Lib>
2021 Method
Changes 0
M

View.HideElementsTemporary

Description:
Set multiple elements to be temporarily hidden in the view. To hide a group completely, you must also include all members of all groups and nested groups in your input.

public void HideElementsTemporary(
	ICollection<ElementId> elementIdSet
)

  • ICollection<ElementId>
    elementIdSet
    Ids of the elements to be temporarily hidden.

Loading…