File3dmStringTable
==================

.. py:module:: rhino3dm

.. py:class:: File3dmStringTable

   .. py:method:: __len__()

      [todo] add documentation

   .. py:method:: __getitem__()

      [todo] add documentation

   .. py:method:: __getitem__()

      [todo] add documentation

   .. py:method:: __setitem__()

      [todo] add documentation

   .. py:method:: DocumentUserTextCount()

      [todo] add documentation

   .. py:method:: Delete(key)

      Removes document strings from the 3dm file.

      :param str section: name of section to delete. If null, all sections will be deleted.
      :param str entry: name of entry to delete. If null, all entries will be deleted for a given section.


      :rtype: void
