# GetIndentationDepth(int)

> Returns the depth of the element at that ID.

## Definition

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

```csharp
public int GetIndentationDepth(int id)
```

### Parameters

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

### Returns

| Type                                                       | Description               |
| ---------------------------------------------------------- | ------------------------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) | The depth of the element. |
