RVTDocs.com
Namespace: Autodesk.Revit.DB Class: View

View.HideElementsTemporary

Method
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.
Syntax
public void HideElementsTemporary(
	ICollection<ElementId> elementIdSet
)
Parameters
Parameter Type Description
elementIdSet ICollection Ids of the elements to be temporarily hidden.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null