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