# RemoveElements(IEnumerable<GraphElement>)

> Removes elements from the Scope.

## Definition

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

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

### Parameters

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