# C1.FlexMap.GeoMultiSurface

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_FlexMap_GeoMultiSurface" data-uid="C1.FlexMap.GeoMultiSurface" class="text-break">GeoMultiSurface Class
</h1>
  <div class="markdown level0 summary"><p>Represents the multi geospatial surface.</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.GeoGeometryCollection.html">GeoGeometryCollection</a></div>
    <div class="level3"><span class="xref">GeoMultiSurface</span></div>
      <div class="level4"><a class="xref" href="C1.FlexMap.GeoMultiPolygon.html">GeoMultiPolygon</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_GeoMultiSurface_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GeoMultiSurface : GeoGeometryCollection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GeoMultiSurface
    Inherits GeoGeometryCollection</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_GeoMultiSurface__ctor_C1_FlexMap_GeoGeometryType_System_Collections_Generic_IEnumerable_C1_FlexMap_GeoSurface__" data-uid="C1.FlexMap.GeoMultiSurface.#ctor(C1.FlexMap.GeoGeometryType,System.Collections.Generic.IEnumerable{C1.FlexMap.GeoSurface})">
          <a class="xref" href="C1.FlexMap.GeoMultiSurface.-ctor.html#C1_FlexMap_GeoMultiSurface__ctor_C1_FlexMap_GeoGeometryType_System_Collections_Generic_IEnumerable_C1_FlexMap_GeoSurface__">GeoMultiSurface(GeoGeometryType, IEnumerable&lt;GeoSurface&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.FlexMap.GeoMultiSurface.html">GeoMultiSurface</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_GeoMultiSurface_Surfaces" data-uid="C1.FlexMap.GeoMultiSurface.Surfaces">
          <a class="xref" href="C1.FlexMap.GeoMultiSurface.Surfaces.html#C1_FlexMap_GeoMultiSurface_Surfaces">Surfaces</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the surface geometries.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
