# RemoveElementsWithoutNotification(IEnumerable<GraphElement>)

> Removes elements from the Scope but do not send a notification.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.7/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public void RemoveElementsWithoutNotification(IEnumerable<GraphElement> elements)
```

### Parameters

**** (\[IEnumerable\<GraphElement>]\(https\://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)): The elements to remove.
