# Sandbox.BaseChair.FindBestExitPoint

```csharp
Vector3 FindBestExitPoint()
```

Returns a position to place the player when they exit the chair. This searches
through ExitPoints to find the best one, which is usually the one the player is most
facing towards.

### Returns

`Vector3`

Declared in [Sandbox.BaseChair](/api/Sandbox.BaseChair).
Assembly: `Sandbox.Engine`.
