# Sandbox.PhysicsShape.AddTag

```csharp
bool AddTag(string tag)
```

> **Obsolete.** Use Tags

Add a tag to this shape.

### Parameters

- `tag` (`string`)

### Returns

`bool`

Declared in [Sandbox.PhysicsShape](/api/Sandbox.PhysicsShape).
Assembly: `Sandbox.Engine`.
