# C1.FlexMap.LOD

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_FlexMap_LOD" data-uid="C1.FlexMap.LOD" class="text-break">LOD Struct
</h1>
  <div class="markdown level0 summary"><p>The LOD (Level Of Detail) structure associates element visibility
with the map scale (zoom and size).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.FlexMap.html">C1.FlexMap</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Map.10.dll</h6>
  <h5 id="C1_FlexMap_LOD_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(LODConverter))]
public struct LOD</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(LODConverter))&gt;
Public Structure LOD</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_FlexMap_LOD__ctor_System_Double_System_Double_System_Double_System_Double_" data-uid="C1.FlexMap.LOD.#ctor(System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="C1.FlexMap.LOD.-ctor.html#C1_FlexMap_LOD__ctor_System_Double_System_Double_System_Double_System_Double_">LOD(double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of an <a class="xref" href="C1.FlexMap.LOD.html">LOD</a> structure.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_FlexMap_LOD_MaxSize" data-uid="C1.FlexMap.LOD.MaxSize">
          <a class="xref" href="C1.FlexMap.LOD.MaxSize.html#C1_FlexMap_LOD_MaxSize">MaxSize</a>
        </td>
        <td class="markdown level1 summary"><p>When the pixel size of element is greater than MaxSize the element is not visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_LOD_MaxZoom" data-uid="C1.FlexMap.LOD.MaxZoom">
          <a class="xref" href="C1.FlexMap.LOD.MaxZoom.html#C1_FlexMap_LOD_MaxZoom">MaxZoom</a>
        </td>
        <td class="markdown level1 summary"><p>When the map zoom is greater than MaxZoom the element is not visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_LOD_MinSize" data-uid="C1.FlexMap.LOD.MinSize">
          <a class="xref" href="C1.FlexMap.LOD.MinSize.html#C1_FlexMap_LOD_MinSize">MinSize</a>
        </td>
        <td class="markdown level1 summary"><p>When the pixel size of element is less than MinSize the element is not visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_LOD_MinZoom" data-uid="C1.FlexMap.LOD.MinZoom">
          <a class="xref" href="C1.FlexMap.LOD.MinZoom.html#C1_FlexMap_LOD_MinZoom">MinZoom</a>
        </td>
        <td class="markdown level1 summary"><p>When the map zoom is less than MinZoom the element is not visible.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_FlexMap_LOD_Equals_System_Object_" data-uid="C1.FlexMap.LOD.Equals(System.Object)">
          <a class="xref" href="C1.FlexMap.LOD.Equals.html#C1_FlexMap_LOD_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_FlexMap_LOD_GetHashCode" data-uid="C1.FlexMap.LOD.GetHashCode">
          <a class="xref" href="C1.FlexMap.LOD.GetHashCode.html#C1_FlexMap_LOD_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
