# Sandbox.MovieMaker.TrackBinder.GetReferences

```csharp
IEnumerable<ITrackReference<T>> GetReferences(IMovieClip clip)
```

Get all reference targets for tracks in the given `clip`.

### Parameters

- `clip` (`IMovieClip`): Movie clip to find track bindings for.

### Returns

`IEnumerable<ITrackReference<T>>`

Declared in [Sandbox.MovieMaker.TrackBinder](/api/Sandbox.MovieMaker.TrackBinder).
Assembly: `Sandbox.Engine`.
