# C1.Web.Mvc.Fluent.MapLayerBaseBuilder-3.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3__ctor_" data-uid="C1.Web.Mvc.Fluent.MapLayerBaseBuilder`3.#ctor*">MapLayerBaseBuilder Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3__ctor_" data-uid="C1.Web.Mvc.Fluent.MapLayerBaseBuilder`3.#ctor*"></a>
<h4 id="C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3__ctor__1_C1_Web_Mvc_FlexMap__0__" data-uid="C1.Web.Mvc.Fluent.MapLayerBaseBuilder`3.#ctor(`1,C1.Web.Mvc.FlexMap{`0})">MapLayerBaseBuilder(TControl, FlexMap&lt;T&gt;)</h4>
<div class="markdown level1 summary"><p>Create one MapLayerBaseBuilder instance</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public MapLayerBaseBuilder(TControl obj, FlexMap&lt;T&gt; Owner)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(obj As TControl, Owner As FlexMap(Of T))</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><span class="xref">TControl</span></td>
      <td><span class="parametername">obj</span></td>
      <td><p>The ChartSeries object.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.FlexMap-1.html">FlexMap</a>&lt;T&gt;</td>
      <td><span class="parametername">Owner</span></td>
      <td><p>The chart which owns this series.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3__ctor_" data-uid="C1.Web.Mvc.Fluent.MapLayerBaseBuilder`3.#ctor*"></a>
<h4 id="C1_Web_Mvc_Fluent_MapLayerBaseBuilder_3__ctor__1_" data-uid="C1.Web.Mvc.Fluent.MapLayerBaseBuilder`3.#ctor(`1)">MapLayerBaseBuilder(TControl)</h4>
<div class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.MapLayerBaseBuilder-3.html">MapLayerBaseBuilder&lt;T, TControl, TBuilder&gt;</a> instance to configurate <code class="paramref">obj</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public MapLayerBaseBuilder(TControl obj)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(obj As TControl)</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><span class="xref">TControl</span></td>
      <td><span class="parametername">obj</span></td>
      <td><p>The <a class="xref" href="C1.Web.Mvc.MapLayerBase-1.html">MapLayerBase&lt;T&gt;</a> object to be configurated.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
