# Sandbox.ClothingContainer.GetBodyGroups

## Overload 1

```csharp
IEnumerable<System.ValueTuple<string,int>> GetBodyGroups()
```

Return a list of bodygroups and what their value should be

### Returns

`IEnumerable<System.ValueTuple<string,int>>`

## Overload 2

```csharp
IEnumerable<System.ValueTuple<string,int>> GetBodyGroups(IEnumerable<Clothing> items, Model model = null)
```

### Parameters

- `items` (`IEnumerable<Clothing>`)
- `model` (`Model`), default `null`

### Returns

`IEnumerable<System.ValueTuple<string,int>>`

Declared in [Sandbox.ClothingContainer](/api/Sandbox.ClothingContainer).
Assembly: `Sandbox.Engine`.
