# CreateEdgeControl()

> Create the EdgeControl.

## Definition

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

```csharp
protected virtual EdgeControl CreateEdgeControl()
```

### Returns

| Type                                                                                             | Description              |
| ------------------------------------------------------------------------------------------------ | ------------------------ |
| [EdgeControl](/engine/6000.5/script-reference/unityeditor/experimental/graphview/edgecontrol.md) | The created EdgeControl. |
