# GraphElementScopeExtensions

> Set of extension methods useful for Scope.

## Definition

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

```csharp
public static class GraphElementScopeExtensions
```

## Static Methods

| Method                                                                                                                                     | Description                                              |
| ------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------- |
| [GetContainingScope](/engine/6000.7/script-reference/unityeditor/experimental/graphview/graphelementscopeextensions/getcontainingscope.md) | Returns the scope containing the specified GraphElement. |
