# Sandbox.ModelBuilder.WithName

```csharp
ModelBuilder WithName(string name)
```

Sets the name used to identify the model.

### Parameters

- `name` (`string`): The model name.

### Returns

`ModelBuilder`

Declared in [Sandbox.ModelBuilder](/api/Sandbox.ModelBuilder).
Assembly: `Sandbox.Engine`.
