# C1.FlexMap.IMapUnit

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_FlexMap_IMapUnit" data-uid="C1.FlexMap.IMapUnit" class="text-break">IMapUnit Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the unit used by <a class="xref" href="C1.FlexMap.CartesianCoordinateSystem.html">CartesianCoordinateSystem</a>.</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_IMapUnit_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IMapUnit</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IMapUnit</code></pre>
  </div>
  <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_IMapUnit_Abbreviation" data-uid="C1.FlexMap.IMapUnit.Abbreviation">
          <a class="xref" href="C1.FlexMap.IMapUnit.Abbreviation.html#C1_FlexMap_IMapUnit_Abbreviation">Abbreviation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the abbreviation name of the unit.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_IMapUnit_MetersPerUnit" data-uid="C1.FlexMap.IMapUnit.MetersPerUnit">
          <a class="xref" href="C1.FlexMap.IMapUnit.MetersPerUnit.html#C1_FlexMap_IMapUnit_MetersPerUnit">MetersPerUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of meters per unit.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_IMapUnit_Name" data-uid="C1.FlexMap.IMapUnit.Name">
          <a class="xref" href="C1.FlexMap.IMapUnit.Name.html#C1_FlexMap_IMapUnit_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the full name of the unit.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
