# GetElementDependenciesIDs()

> Gets a read-only list of element IDs that this element depends on.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Android.Gradle](/engine/6000.6/script-reference/unity/android/gradle.md)
* **Assembly:** Unity.Android.Gradle

```csharp
public IReadOnlyList<uint> GetElementDependenciesIDs()
```

### Returns

| Type                                                                                                      | Description                                                     |
| --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [IReadOnlyList\<uint>](https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1) | The read-only list of element IDs that this element depends on. |
