# C1.FlexMap.GeoLineString

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_FlexMap_GeoLineString" data-uid="C1.FlexMap.GeoLineString" class="text-break">GeoLineString Class
</h1>
  <div class="markdown level0 summary"><p>Represents the geospatial 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"><span class="xref">GeoLineString</span></div>
      <div class="level4"><a class="xref" href="C1.FlexMap.GeoLine.html">GeoLine</a></div>
      <div class="level4"><a class="xref" href="C1.FlexMap.GeoLinearRing.html">GeoLinearRing</a></div>
  </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_GeoLineString_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GeoLineString : GeoCurve</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GeoLineString
    Inherits GeoCurve</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_GeoLineString__ctor_System_Collections_Generic_IEnumerable_C1_FlexMap_GeoPoint__" data-uid="C1.FlexMap.GeoLineString.#ctor(System.Collections.Generic.IEnumerable{C1.FlexMap.GeoPoint})">
          <a class="xref" href="C1.FlexMap.GeoLineString.-ctor.html#C1_FlexMap_GeoLineString__ctor_System_Collections_Generic_IEnumerable_C1_FlexMap_GeoPoint__">GeoLineString(IEnumerable&lt;GeoPoint&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of <a class="xref" href="C1.FlexMap.GeoLineString.html">GeoLineString</a>.</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_GeoLineString_Bounds" data-uid="C1.FlexMap.GeoLineString.Bounds">
          <a class="xref" href="C1.FlexMap.GeoLineString.Bounds.html#C1_FlexMap_GeoLineString_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the bounds of the geometry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoLineString_Is3D" data-uid="C1.FlexMap.GeoLineString.Is3D">
          <a class="xref" href="C1.FlexMap.GeoLineString.Is3D.html#C1_FlexMap_GeoLineString_Is3D">Is3D</a>
        </td>
        <td class="markdown level1 summary"><p>Returns <code>true</code> if the geometry has z-coordinate values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoLineString_IsEmpty" data-uid="C1.FlexMap.GeoLineString.IsEmpty">
          <a class="xref" href="C1.FlexMap.GeoLineString.IsEmpty.html#C1_FlexMap_GeoLineString_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the value indicating whether the geometry is empty geometry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoLineString_IsMeasured" data-uid="C1.FlexMap.GeoLineString.IsMeasured">
          <a class="xref" href="C1.FlexMap.GeoLineString.IsMeasured.html#C1_FlexMap_GeoLineString_IsMeasured">IsMeasured</a>
        </td>
        <td class="markdown level1 summary"><p>Returns <code>true</code> if the geometry has m-coordinate values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoLineString_Points" data-uid="C1.FlexMap.GeoLineString.Points">
          <a class="xref" href="C1.FlexMap.GeoLineString.Points.html#C1_FlexMap_GeoLineString_Points">Points</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the line points.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoLineString_PointsCount" data-uid="C1.FlexMap.GeoLineString.PointsCount">
          <a class="xref" href="C1.FlexMap.GeoLineString.PointsCount.html#C1_FlexMap_GeoLineString_PointsCount">PointsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of points used in a geometry.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
