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

View.HideCategoriesTemporary

Method
Description:
Set multiple categories to be temporarily hidden in the view.
Syntax
public void HideCategoriesTemporary(
	ICollection<ElementId> elementIds
)
Parameters
Parameter Type Description
elementIds ICollection Ids of the categories to be hidden
Return Value
Exceptions
Exception Condition
ArgumentException Some elements in elementIds do not correspond to a Category.
ArgumentNullException A non-optional argument was null