# C1.Win.Map.KmlWriter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Map_KmlWriter" data-uid="C1.Win.Map.KmlWriter" class="text-break">KmlWriter Class
</h1>
  <div class="markdown level0 summary"><p>Contains methods for KML export.</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">KmlWriter</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Map.html">C1.Win.Map</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Map.10.dll</h6>
  <h5 id="C1_Win_Map_KmlWriter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class KmlWriter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module KmlWriter</code></pre>
  </div>
  <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_Win_Map_KmlWriter_Write_System_IO_Stream_System_Collections_Generic_IEnumerable_C1_Win_Map_VectorItem__System_String_C1_Win_Map_SaveElementCallback_" data-uid="C1.Win.Map.KmlWriter.Write(System.IO.Stream,System.Collections.Generic.IEnumerable{C1.Win.Map.VectorItem},System.String,C1.Win.Map.SaveElementCallback)">
          <a class="xref" href="C1.Win.Map.KmlWriter.Write.html#C1_Win_Map_KmlWriter_Write_System_IO_Stream_System_Collections_Generic_IEnumerable_C1_Win_Map_VectorItem__System_String_C1_Win_Map_SaveElementCallback_">Write(Stream, IEnumerable&lt;VectorItem&gt;, string, SaveElementCallback)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves a collection of C1VectorItems into the stream as KML placemarks.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
