# C1.FlexMap.GeoPolyhedralSurface

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_FlexMap_GeoPolyhedralSurface" data-uid="C1.FlexMap.GeoPolyhedralSurface" class="text-break">GeoPolyhedralSurface Class
</h1>
  <div class="markdown level0 summary"><p>Represents the geospatial polyhedral 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.GeoSurface.html">GeoSurface</a></div>
    <div class="level3"><span class="xref">GeoPolyhedralSurface</span></div>
      <div class="level4"><a class="xref" href="C1.FlexMap.GeoTin.html">GeoTin</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_GeoPolyhedralSurface_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GeoPolyhedralSurface : GeoSurface</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GeoPolyhedralSurface
    Inherits GeoSurface</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_GeoPolyhedralSurface__ctor_C1_FlexMap_GeoGeometryType_System_Collections_Generic_IEnumerable_C1_FlexMap_GeoPolygon__" data-uid="C1.FlexMap.GeoPolyhedralSurface.#ctor(C1.FlexMap.GeoGeometryType,System.Collections.Generic.IEnumerable{C1.FlexMap.GeoPolygon})">
          <a class="xref" href="C1.FlexMap.GeoPolyhedralSurface.-ctor.html#C1_FlexMap_GeoPolyhedralSurface__ctor_C1_FlexMap_GeoGeometryType_System_Collections_Generic_IEnumerable_C1_FlexMap_GeoPolygon__">GeoPolyhedralSurface(GeoGeometryType, IEnumerable&lt;GeoPolygon&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.FlexMap.GeoPolyhedralSurface.html">GeoPolyhedralSurface</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoPolyhedralSurface__ctor_System_Collections_Generic_IEnumerable_C1_FlexMap_GeoPolygon__" data-uid="C1.FlexMap.GeoPolyhedralSurface.#ctor(System.Collections.Generic.IEnumerable{C1.FlexMap.GeoPolygon})">
          <a class="xref" href="C1.FlexMap.GeoPolyhedralSurface.-ctor.html#C1_FlexMap_GeoPolyhedralSurface__ctor_System_Collections_Generic_IEnumerable_C1_FlexMap_GeoPolygon__">GeoPolyhedralSurface(IEnumerable&lt;GeoPolygon&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.FlexMap.GeoPolyhedralSurface.html">GeoPolyhedralSurface</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_GeoPolyhedralSurface_Bounds" data-uid="C1.FlexMap.GeoPolyhedralSurface.Bounds">
          <a class="xref" href="C1.FlexMap.GeoPolyhedralSurface.Bounds.html#C1_FlexMap_GeoPolyhedralSurface_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the bounds of the geometry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoPolyhedralSurface_Is3D" data-uid="C1.FlexMap.GeoPolyhedralSurface.Is3D">
          <a class="xref" href="C1.FlexMap.GeoPolyhedralSurface.Is3D.html#C1_FlexMap_GeoPolyhedralSurface_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_GeoPolyhedralSurface_IsEmpty" data-uid="C1.FlexMap.GeoPolyhedralSurface.IsEmpty">
          <a class="xref" href="C1.FlexMap.GeoPolyhedralSurface.IsEmpty.html#C1_FlexMap_GeoPolyhedralSurface_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_GeoPolyhedralSurface_IsMeasured" data-uid="C1.FlexMap.GeoPolyhedralSurface.IsMeasured">
          <a class="xref" href="C1.FlexMap.GeoPolyhedralSurface.IsMeasured.html#C1_FlexMap_GeoPolyhedralSurface_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_GeoPolyhedralSurface_PointsCount" data-uid="C1.FlexMap.GeoPolyhedralSurface.PointsCount">
          <a class="xref" href="C1.FlexMap.GeoPolyhedralSurface.PointsCount.html#C1_FlexMap_GeoPolyhedralSurface_PointsCount">PointsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of points used in a geometry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoPolyhedralSurface_Polygons" data-uid="C1.FlexMap.GeoPolyhedralSurface.Polygons">
          <a class="xref" href="C1.FlexMap.GeoPolyhedralSurface.Polygons.html#C1_FlexMap_GeoPolyhedralSurface_Polygons">Polygons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the surface polygons.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
