# C1.Win.Map.VectorType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Map_VectorType" data-uid="C1.Win.Map.VectorType" class="text-break">VectorType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies type of the vector element.</p>
</div>
  <div class="markdown level0 conceptual"></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_VectorType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum VectorType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum VectorType</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>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_Map_VectorType_Placemark">Placemark</td>
        <td><p>The placemark element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_VectorType_Polygon">Polygon</td>
        <td><p>The polygon element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_VectorType_Polyline">Polyline</td>
        <td><p>The polyline element.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
