# Sandbox.MovieMaker.Properties.BindingReference.CanMakeReference

```csharp
static bool CanMakeReference(System.Type type)
```

Can we make a [Sandbox.MovieMaker.IReferenceTrack<T>](/api/Sandbox.MovieMaker.IReferenceTrack<T>) or [Sandbox.MovieMaker.Properties.BindingReference<T>](/api/Sandbox.MovieMaker.Properties.BindingReference<T>)
of the given `type`? Returns true if `type` is
either [Sandbox.GameObject](/api/Sandbox.GameObject), or derived from [Sandbox.Component](/api/Sandbox.Component).

### Parameters

- `type` (`System.Type`)

### Returns

`bool`

Declared in [Sandbox.MovieMaker.Properties.BindingReference](/api/Sandbox.MovieMaker.Properties.BindingReference).
Assembly: `Sandbox.Engine`.
