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

View.IsolateElementsTemporary

Method
Description:
Set multiple elements to be temporarily isolated in the view. To isolate a group completely, you must also include all members of all groups and nested groups in your input.
Syntax
public void IsolateElementsTemporary(
	ICollection<ElementId> elementIds
)
Parameters
Parameter Type Description
elementIds ICollection Ids of elements to be isolated.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null