Click or drag to resize

DataTableCollection Class

The collection of data tables that contain results during and at the end of an experiment run.
Inheritance Hierarchy
SystemObject
  Demo3D.ExperimentsDataTableCollection

Namespace: Demo3D.Experiments
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class DataTableCollection

The DataTableCollection type exposes the following members.

Constructors
 NameDescription
Public methodDataTableCollectionInitializes a new instance of the DataTableCollection class
Top
Properties
 NameDescription
Public propertyAll Collection of all the tables used so far in the experiment.
Public propertyAllKeys The keys for all the tables used so far in the experiment.
Public propertyItem Get an existing table or create a new one by key. This table will appear in the Analysis spreadsheet for charting.
Top
Methods
 NameDescription
Public methodAdd 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.
Remarks
Existing tables from custom properties are most likely to be used with this method.
Top
See Also