DataTableCollectionAdd Method |
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.
Namespace: Demo3D.ExperimentsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic void Add(
DataTable table
)
Parameters
- table DataTable
- The existing data table to be added to the experiment data table collection.
See Also