# C1.Util.DX.DXGI.Adapter.GetOutput

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_DXGI_Adapter_GetOutput_" data-uid="C1.Util.DX.DXGI.Adapter.GetOutput*">GetOutput Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_DXGI_Adapter_GetOutput_" data-uid="C1.Util.DX.DXGI.Adapter.GetOutput*"></a>
<h4 id="C1_Util_DX_DXGI_Adapter_GetOutput_System_Int32_" data-uid="C1.Util.DX.DXGI.Adapter.GetOutput(System.Int32)">GetOutput(int)</h4>
<div class="markdown level1 summary"><p>Gets an adapter (video card) outputs.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Output GetOutput(int outputIndex)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetOutput(outputIndex As Integer) As Output</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">outputIndex</span></td>
      <td><p>The index of the output.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.DXGI.Output.html">Output</a></td>
      <td><p>An instance of <a class="xref" href="C1.Util.DX.DXGI.Output.html">Output</a></p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_DX_DXGI_Adapter_GetOutput_" data-uid="C1.Util.DX.DXGI.Adapter.GetOutput*"></a>
<h4 id="C1_Util_DX_DXGI_Adapter_GetOutput_System_Int32_C1_Util_DX_DXGI_Output__" data-uid="C1.Util.DX.DXGI.Adapter.GetOutput(System.Int32,C1.Util.DX.DXGI.Output@)">GetOutput(int, out Output)</h4>
<div class="markdown level1 summary"><p>HRESULT IDXGIAdapter::EnumOutputs([In] unsigned int Output,[Out] IDXGIOutput** ppOutput)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public HResult GetOutput(int output, out Output outputOut)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetOutput(output As Integer, ByRef outputOut As Output) As HResult</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">output</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.DXGI.Output.html">Output</a></td>
      <td><span class="parametername">outputOut</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.HResult.html">HResult</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
