# C1.Win.C1Chart3D.Chart3DContourLevelsCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DContourLevelsCollection" data-uid="C1.Win.C1Chart3D.Chart3DContourLevelsCollection" class="text-break">Chart3DContourLevelsCollection Class
</h1>
  <div class="markdown level0 summary"><p>Stores Chart3DContourLevel objects.</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="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a></div>
    <div class="level2"><span class="xref">Chart3DContourLevelsCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart3D.html">C1.Win.C1Chart3D</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart3D.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart3D_Chart3DContourLevelsCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Chart3DContourLevelsCollection : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Chart3DContourLevelsCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable</code></pre>
  </div>
  <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_C1Chart3D_Chart3DContourLevelsCollection_Item_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.Item.html#C1_Win_C1Chart3D_Chart3DContourLevelsCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified Chart3DContourLevel by numeric index.</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_C1Chart3D_Chart3DContourLevelsCollection_Add_C1_Win_C1Chart3D_Chart3DContourLevel_" data-uid="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.Add(C1.Win.C1Chart3D.Chart3DContourLevel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.Add.html#C1_Win_C1Chart3D_Chart3DContourLevelsCollection_Add_C1_Win_C1Chart3D_Chart3DContourLevel_">Add(Chart3DContourLevel)</a>
        </td>
        <td class="markdown level1 summary"><p>Add specified contour level to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourLevelsCollection_Add_System_Double_" data-uid="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.Add(System.Double)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.Add.html#C1_Win_C1Chart3D_Chart3DContourLevelsCollection_Add_System_Double_">Add(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Add new contour level with specified value to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourLevelsCollection_Contains_C1_Win_C1Chart3D_Chart3DContourLevel_" data-uid="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.Contains(C1.Win.C1Chart3D.Chart3DContourLevel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.Contains.html#C1_Win_C1Chart3D_Chart3DContourLevelsCollection_Contains_C1_Win_C1Chart3D_Chart3DContourLevel_">Contains(Chart3DContourLevel)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevel.html">Chart3DContourLevel</a> exists in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourLevelsCollection_CopyTo_C1_Win_C1Chart3D_Chart3DContourLevel___System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.CopyTo(C1.Win.C1Chart3D.Chart3DContourLevel[],System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.CopyTo.html#C1_Win_C1Chart3D_Chart3DContourLevelsCollection_CopyTo_C1_Win_C1Chart3D_Chart3DContourLevel___System_Int32_">CopyTo(Chart3DContourLevel[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the collection Chart3DContourLevel elements beginning with the specified index to an array
of Chart3DContourLevel objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourLevelsCollection_IndexOf_C1_Win_C1Chart3D_Chart3DContourLevel_" data-uid="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.IndexOf(C1.Win.C1Chart3D.Chart3DContourLevel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.IndexOf.html#C1_Win_C1Chart3D_Chart3DContourLevelsCollection_IndexOf_C1_Win_C1Chart3D_Chart3DContourLevel_">IndexOf(Chart3DContourLevel)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the specified <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevel.html">Chart3DContourLevel</a> in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourLevelsCollection_Insert_System_Int32_C1_Win_C1Chart3D_Chart3DContourLevel_" data-uid="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.Insert(System.Int32,C1.Win.C1Chart3D.Chart3DContourLevel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.Insert.html#C1_Win_C1Chart3D_Chart3DContourLevelsCollection_Insert_System_Int32_C1_Win_C1Chart3D_Chart3DContourLevel_">Insert(int, Chart3DContourLevel)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Chart3DContourLevel object to the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourLevelsCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.OnInsertComplete.html#C1_Win_C1Chart3D_Chart3DContourLevelsCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourLevelsCollection_Remove_C1_Win_C1Chart3D_Chart3DContourLevel_" data-uid="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.Remove(C1.Win.C1Chart3D.Chart3DContourLevel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.Remove.html#C1_Win_C1Chart3D_Chart3DContourLevelsCollection_Remove_C1_Win_C1Chart3D_Chart3DContourLevel_">Remove(Chart3DContourLevel)</a>
        </td>
        <td class="markdown level1 summary"><p>Remove specified Chart3DContourLevel object from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourLevelsCollection_Remove_System_Double_" data-uid="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.Remove(System.Double)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourLevelsCollection.Remove.html#C1_Win_C1Chart3D_Chart3DContourLevelsCollection_Remove_System_Double_">Remove(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Remove contour level with specified value from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
