# C1.WPF.Maps.MultiScaleTileSourceBase.GetTileLayers

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Maps_MultiScaleTileSourceBase_GetTileLayers_" data-uid="C1.WPF.Maps.MultiScaleTileSourceBase.GetTileLayers*">GetTileLayers Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Maps_MultiScaleTileSourceBase_GetTileLayers_" data-uid="C1.WPF.Maps.MultiScaleTileSourceBase.GetTileLayers*"></a>
<h4 id="C1_WPF_Maps_MultiScaleTileSourceBase_GetTileLayers_System_Int32_System_Int32_System_Int32_System_Collections_Generic_IList_System_Object__" data-uid="C1.WPF.Maps.MultiScaleTileSourceBase.GetTileLayers(System.Int32,System.Int32,System.Int32,System.Collections.Generic.IList{System.Object})">GetTileLayers(int, int, int, IList&lt;object&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected abstract void GetTileLayers(int tileLevel, int tilePositionX, int tilePositionY, IList&lt;object&gt; tileImageLayerSources)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected MustOverride Sub GetTileLayers(tileLevel As Integer, tilePositionX As Integer, tilePositionY As Integer, tileImageLayerSources As IList(Of Object))</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">tileLevel</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">tilePositionX</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">tilePositionY</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;</td>
      <td><span class="parametername">tileImageLayerSources</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
