# GetParameter(int)

> Gets the parameter at the specified index.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public FilterParameter GetParameter(int index)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The parameter index.

### Returns

| Type                                                                                         | Description                                 |
| -------------------------------------------------------------------------------------------- | ------------------------------------------- |
| [FilterParameter](/engine/6000.7/script-reference/unityengine/uielements/filterparameter.md) | The filter parameter at the provided index. |
