# C1.FlexMap.ICoordinateSystem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_FlexMap_ICoordinateSystem" data-uid="C1.FlexMap.ICoordinateSystem" class="text-break">ICoordinateSystem Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the coordinate system used for the <span class="xref">C1.FlexMap.C1FlexMap</span>.</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_ICoordinateSystem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICoordinateSystem : IMapProjection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICoordinateSystem
    Inherits IMapProjection</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_ICoordinateSystem_LimitBounds" data-uid="C1.FlexMap.ICoordinateSystem.LimitBounds">
          <a class="xref" href="C1.FlexMap.ICoordinateSystem.LimitBounds.html#C1_FlexMap_ICoordinateSystem_LimitBounds">LimitBounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the limit bounds that this coordinate system supports.</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_ICoordinateSystem_Distance_C1_Win_Interop_Point_C1_Win_Interop_Point_" data-uid="C1.FlexMap.ICoordinateSystem.Distance(C1.Win.Interop.Point,C1.Win.Interop.Point)">
          <a class="xref" href="C1.FlexMap.ICoordinateSystem.Distance.html#C1_FlexMap_ICoordinateSystem_Distance_C1_Win_Interop_Point_C1_Win_Interop_Point_">Distance(Point, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the distance, in meters, between two points in the unit of this coordinate system.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_FlexMap_ICoordinateSystem_ValueChanged" data-uid="C1.FlexMap.ICoordinateSystem.ValueChanged">
          <a class="xref" href="C1.FlexMap.ICoordinateSystem.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the property of this coordinate system is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
