# GetGlobalCenter()

> Get the port's center.

## Definition

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

```csharp
public override Vector3 GetGlobalCenter()
```

### Returns

| Type                                                              | Description       |
| ----------------------------------------------------------------- | ----------------- |
| [Vector3](/engine/6000.6/script-reference/unityengine/vector3.md) | The center point. |
