File3dmDimStyleTable
====================

.. py:module:: rhino3dm

.. py:class:: File3dmDimStyleTable

   .. py:method:: __len__()

      [todo] add documentation

   .. py:method:: __getitem__()

      [todo] add documentation

   .. py:method:: __iter__()

      [todo] add documentation

   .. py:method:: Add(dimstyle)

      [todo] add documentation

   .. py:method:: FindIndex(index)

      Retrieves a DimensionStyle object based on Index. This search type of search is discouraged.
      We are moving towards using only IDs for all tables.

      :param int index: The index to search for.

      :return: A DimensionStyle object, or None if none was found.

      :rtype: DimensionStyle

   .. py:method:: FindId(id)

      [todo] add documentation
