# Sandbox.Scene.IsBBoxVisibleToConnection

```csharp
bool IsBBoxVisibleToConnection(Connection target, BBox box)
```

Are these bounds visible to the specified [Sandbox.Connection](/api/Sandbox.Connection)?

### Parameters

- `target` (`Connection`)
- `box` (`BBox`)

### Returns

`bool`

Declared in [Sandbox.Scene](/api/Sandbox.Scene).
Assembly: `Sandbox.Engine`.
