IReadOnlyDataTable
#
- class ansys.mechanical.stubs.v241.Ansys.Mechanical.Interfaces.IReadOnlyDataTable#
Bases:
object
IReadOnlyDataTable interface.
Overview#
Returns an enumerable to iterate over the values in a row. |
Gets a list of the column names. |
|
Explicitly get the columns of the table. |
|
Item property. |
|
Gets a dictionary with additional information that may be useful to understanding the |
|
Get the name of the table. |
|
Gets the maximum number of data points (rows) among all columns in the table |
Property detail#
- property IReadOnlyDataTable.Columns: tuple[Ansys.Mechanical.Interfaces.IReadOnlyDataSeries] | None#
Explicitly get the columns of the table.
- property IReadOnlyDataTable.Item: Ansys.Mechanical.Interfaces.IReadOnlyDataSeries | None#
Item property.