# C1.FlexMap.GeoLinearRing

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_FlexMap_GeoLinearRing" data-uid="C1.FlexMap.GeoLinearRing" class="text-break">GeoLinearRing Class
</h1>
  <div class="markdown level0 summary"><p>Represents the geospatial ring for the line.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.FlexMap.GeoGeometry.html">GeoGeometry</a></div>
    <div class="level2"><a class="xref" href="C1.FlexMap.GeoCurve.html">GeoCurve</a></div>
    <div class="level3"><a class="xref" href="C1.FlexMap.GeoLineString.html">GeoLineString</a></div>
    <div class="level4"><span class="xref">GeoLinearRing</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.FlexMap.html">C1.FlexMap</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Map.4.8.dll</h6>
  <h5 id="C1_FlexMap_GeoLinearRing_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class GeoLinearRing : GeoLineString</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class GeoLinearRing
    Inherits GeoLineString</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_GeoLinearRing__ctor_System_Collections_Generic_IEnumerable_C1_FlexMap_GeoPoint__" data-uid="C1.FlexMap.GeoLinearRing.#ctor(System.Collections.Generic.IEnumerable{C1.FlexMap.GeoPoint})">
          <a class="xref" href="C1.FlexMap.GeoLinearRing.-ctor.html#C1_FlexMap_GeoLinearRing__ctor_System_Collections_Generic_IEnumerable_C1_FlexMap_GeoPoint__">GeoLinearRing(IEnumerable&lt;GeoPoint&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.FlexMap.GeoLinearRing.html">GeoLinearRing</a> class.</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_GeoLinearRing_Center" data-uid="C1.FlexMap.GeoLinearRing.Center">
          <a class="xref" href="C1.FlexMap.GeoLinearRing.Center.html#C1_FlexMap_GeoLinearRing_Center">Center</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the centroid of the geometry.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
