# Sandbox.PlayerController.CurrentHeight

```csharp
float CurrentHeight { get; set; }
```

Gets the current character height from [Sandbox.PlayerController.BodyHeight](/api/Sandbox.PlayerController/BodyHeight) when standing,
otherwise uses [Sandbox.PlayerController.DuckedHeight](/api/Sandbox.PlayerController/DuckedHeight) when ducking.

Declared in [Sandbox.PlayerController](/api/Sandbox.PlayerController).
Assembly: `Sandbox.Engine`.
