# C1.Win.Map.VectorLayerBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Map_VectorLayerBase" data-uid="C1.Win.Map.VectorLayerBase" class="text-break">VectorLayerBase Class
</h1>
  <div class="markdown level0 summary"><p>The base class for vector layers.</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.Win.Map.NotifyObject.html">NotifyObject</a></div>
    <div class="level2"><a class="xref" href="C1.Win.Map.MapLayer.html">MapLayer</a></div>
    <div class="level3"><span class="xref">VectorLayerBase</span></div>
      <div class="level4"><a class="xref" href="C1.Win.Map.VectorLayer.html">VectorLayer</a></div>
      <div class="level4"><a class="xref" href="C1.Win.Map.VirtualLayer.html">VirtualLayer</a></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_VectorLayerBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class VectorLayerBase : MapLayer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class VectorLayerBase
    Inherits MapLayer</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_Win_Map_VectorLayerBase__ctor" data-uid="C1.Win.Map.VectorLayerBase.#ctor">
          <a class="xref" href="C1.Win.Map.VectorLayerBase.-ctor.html#C1_Win_Map_VectorLayerBase__ctor">VectorLayerBase()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.Win.Map.VectorLayerBase.html">VectorLayerBase</a> object.</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_Win_Map_VectorLayerBase_LabelStyle" data-uid="C1.Win.Map.VectorLayerBase.LabelStyle">
          <a class="xref" href="C1.Win.Map.VectorLayerBase.LabelStyle.html#C1_Win_Map_VectorLayerBase_LabelStyle">LabelStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default style for labels in this vector layer items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_VectorLayerBase_LabelVisibility" data-uid="C1.Win.Map.VectorLayerBase.LabelVisibility">
          <a class="xref" href="C1.Win.Map.VectorLayerBase.LabelVisibility.html#C1_Win_Map_VectorLayerBase_LabelVisibility">LabelVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of the placemark labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_VectorLayerBase_Opacity" data-uid="C1.Win.Map.VectorLayerBase.Opacity">
          <a class="xref" href="C1.Win.Map.VectorLayerBase.Opacity.html#C1_Win_Map_VectorLayerBase_Opacity">Opacity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the opacity of the layer, from 1 (opaque; default) to 0 (transparent).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_VectorLayerBase_Style" data-uid="C1.Win.Map.VectorLayerBase.Style">
          <a class="xref" href="C1.Win.Map.VectorLayerBase.Style.html#C1_Win_Map_VectorLayerBase_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default style for this vector layer items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_VectorLayerBase_Track" data-uid="C1.Win.Map.VectorLayerBase.Track">
          <a class="xref" href="C1.Win.Map.VectorLayerBase.Track.html#C1_Win_Map_VectorLayerBase_Track">Track</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicates whether should be used to auto center and zoom.</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_Win_Map_VectorLayerBase_BeginUpdate" data-uid="C1.Win.Map.VectorLayerBase.BeginUpdate">
          <a class="xref" href="C1.Win.Map.VectorLayerBase.BeginUpdate.html#C1_Win_Map_VectorLayerBase_BeginUpdate">BeginUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Starts batch update.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_VectorLayerBase_EndUpdate" data-uid="C1.Win.Map.VectorLayerBase.EndUpdate">
          <a class="xref" href="C1.Win.Map.VectorLayerBase.EndUpdate.html#C1_Win_Map_VectorLayerBase_EndUpdate">EndUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Finishes batch update.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_VectorLayerBase_NotifyChanges" data-uid="C1.Win.Map.VectorLayerBase.NotifyChanges">
          <a class="xref" href="C1.Win.Map.VectorLayerBase.NotifyChanges.html#C1_Win_Map_VectorLayerBase_NotifyChanges">NotifyChanges()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when changes need be notified.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
