# GetChildrenIdsByIndex(int)

> Gets the children IDs of the item with the specified index.

## Definition

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

```csharp
public IEnumerable<int> GetChildrenIdsByIndex(int index)
```

### Parameters

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

### Returns

| Type                                                                                                 | Description       |
| ---------------------------------------------------------------------------------------------------- | ----------------- |
| [IEnumerable\<int>](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1) | The children IDs. |
