# C1.Util.DX.Animation.Interpolator2.GetDependencies

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_Animation_Interpolator2_GetDependencies_" data-uid="C1.Util.DX.Animation.Interpolator2.GetDependencies*">GetDependencies Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_Animation_Interpolator2_GetDependencies_" data-uid="C1.Util.DX.Animation.Interpolator2.GetDependencies*"></a>
<h4 id="C1_Util_DX_Animation_Interpolator2_GetDependencies_C1_Util_DX_Animation_Dependencies__C1_Util_DX_Animation_Dependencies__C1_Util_DX_Animation_Dependencies__" data-uid="C1.Util.DX.Animation.Interpolator2.GetDependencies(C1.Util.DX.Animation.Dependencies@,C1.Util.DX.Animation.Dependencies@,C1.Util.DX.Animation.Dependencies@)">GetDependencies(out Dependencies, out Dependencies, out Dependencies)</h4>
<div class="markdown level1 summary"><p>HRESULT IUIAnimationInterpolator2::GetDependencies([Out] UI_ANIMATION_DEPENDENCIES* initialValueDependencies,[Out] UI_ANIMATION_DEPENDENCIES* initialVelocityDependencies,[Out] UI_ANIMATION_DEPENDENCIES* durationDependencies)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void GetDependencies(out Dependencies initialValueDependencies, out Dependencies initialVelocityDependencies, out Dependencies durationDependencies)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub GetDependencies(ByRef initialValueDependencies As Dependencies, ByRef initialVelocityDependencies As Dependencies, ByRef durationDependencies As Dependencies)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.Animation.Dependencies.html">Dependencies</a></td>
      <td><span class="parametername">initialValueDependencies</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.Animation.Dependencies.html">Dependencies</a></td>
      <td><span class="parametername">initialVelocityDependencies</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.Animation.Dependencies.html">Dependencies</a></td>
      <td><span class="parametername">durationDependencies</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
