# Sandbox.SceneTrace.WithoutTags

## Overload 1

```csharp
SceneTrace WithoutTags(string[] tags)
```

Only return entities without any of these tags

### Parameters

- `tags` (`string[]`)

### Returns

`SceneTrace`

## Overload 2

```csharp
SceneTrace WithoutTags(ITagSet tags)
```

Only return entities without any of these tags

### Parameters

- `tags` (`ITagSet`)

### Returns

`SceneTrace`

Declared in [Sandbox.SceneTrace](/api/Sandbox.SceneTrace).
Assembly: `Sandbox.Engine`.
