# GetStepLabel(int)

> Gets the label that displays a progress indicator's steps.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public static string GetStepLabel(int id)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The progress indicator's unique ID.

### Returns

| Type                                                           | Description     |
| -------------------------------------------------------------- | --------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | The step label. |

### Remarks

Additional Resources: [Progress.SetStepLabel](/engine/6000.0/script-reference/unityeditor/progress/setsteplabel.md), \[Progress.GetCurrentStep]], [Progress.GetTotalSteps](/engine/6000.0/script-reference/unityeditor/progress/gettotalsteps.md).
