DataTableCollection Class |
Namespace: Demo3D.Experiments
public class DataTableCollection
The DataTableCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| DataTableCollection | Initializes a new instance of the DataTableCollection class |
| Name | Description | |
|---|---|---|
| All |
Collection of all the tables used so far in the experiment.
| |
| AllKeys |
The keys for all the tables used so far in the experiment.
| |
| Item |
Get an existing table or create a new one by key.
This table will appear in the Analysis spreadsheet for charting.
|
| Name | Description | |
|---|---|---|
| Add |
Add an existing data table to the collection of experiment result tables.
The key used will be the table.TableName field.
This table will appear in the Analysis spreadsheet for charting.
Existing tables from custom properties are most likely to be used with this method.
|