# Sandbox.PhysicsShape.HasTag

```csharp
bool HasTag(string tag)
```

> **Obsolete.** Use Tags

Does this shape have a specific tag?

### Parameters

- `tag` (`string`)

### Returns

`bool`

Declared in [Sandbox.PhysicsShape](/api/Sandbox.PhysicsShape).
Assembly: `Sandbox.Engine`.
