.. vale off :class:`IReadOnlyDataTable` =========================== .. py:class:: ansys.mechanical.stubs.v241.Ansys.Mechanical.Interfaces.IReadOnlyDataTable Bases: :py:obj:`object` IReadOnlyDataTable interface. .. !! processed by numpydoc !! .. py:currentmodule:: IReadOnlyDataTable Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~GetRow` - Returns an enumerable to iterate over the values in a row. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ColumnNames` - Gets a list of the column names. * - :py:attr:`~Columns` - Explicitly get the columns of the table. * - :py:attr:`~Item` - Item property. * - :py:attr:`~Metadata` - Gets a dictionary with additional information that may be useful to understanding the * - :py:attr:`~Name` - Get the name of the table. * - :py:attr:`~RowCount` - Gets the maximum number of data points (rows) among all columns in the table Property detail --------------- .. py:property:: ColumnNames :no-index: :type: Optional[System.Collections.Generic.IReadOnlyList[System.String]] Gets a list of the column names. .. !! processed by numpydoc !! .. py:property:: Columns :no-index: :type: Optional[System.Collections.Generic.IReadOnlyList[Ansys.Mechanical.Interfaces.IReadOnlyDataSeries]] Explicitly get the columns of the table. .. !! processed by numpydoc !! .. py:property:: Item :no-index: :type: Optional[Ansys.Mechanical.Interfaces.IReadOnlyDataSeries] Item property. .. !! processed by numpydoc !! .. py:property:: Metadata :no-index: :type: Optional[System.Collections.Generic.IReadOnlyDictionary[System.String,System.Object]] Gets a dictionary with additional information that may be useful to understanding the context of data in the table. .. !! processed by numpydoc !! .. py:property:: Name :no-index: :type: Optional[System.String] Get the name of the table. .. !! processed by numpydoc !! .. py:property:: RowCount :no-index: :type: Optional[System.Int32] Gets the maximum number of data points (rows) among all columns in the table .. !! processed by numpydoc !! Method detail ------------- .. py:method:: GetRow(rowIndex: System.Int32) -> System.Collections.IEnumerable :no-index: Returns an enumerable to iterate over the values in a row. .. !! processed by numpydoc !! .. vale on