# C1.FlexMap.KmlReader

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_FlexMap_KmlReader" data-uid="C1.FlexMap.KmlReader" class="text-break">KmlReader Class
</h1>
  <div class="markdown level0 summary"><p>Contains methods for importing KML and KMZ files.</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"><span class="xref">KmlReader</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_KmlReader_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class KmlReader</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module KmlReader</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_FlexMap_KmlReader_ItemName" data-uid="C1.FlexMap.KmlReader.ItemName">
          <a class="xref" href="C1.FlexMap.KmlReader.ItemName.html">ItemName</a>
        </td>
        <td class="markdown level1 summary"><p>The record attribute name for item name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_KmlReader_StyleFillColor" data-uid="C1.FlexMap.KmlReader.StyleFillColor">
          <a class="xref" href="C1.FlexMap.KmlReader.StyleFillColor.html">StyleFillColor</a>
        </td>
        <td class="markdown level1 summary"><p>The record attribute name for fill color style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_KmlReader_StyleStrokeColor" data-uid="C1.FlexMap.KmlReader.StyleStrokeColor">
          <a class="xref" href="C1.FlexMap.KmlReader.StyleStrokeColor.html">StyleStrokeColor</a>
        </td>
        <td class="markdown level1 summary"><p>The record attribute name for stroke color style.</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_KmlReader_Read_System_IO_Stream_" data-uid="C1.FlexMap.KmlReader.Read(System.IO.Stream)">
          <a class="xref" href="C1.FlexMap.KmlReader.Read.html#C1_FlexMap_KmlReader_Read_System_IO_Stream_">Read(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads spatial data from kml stream.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
