Click or drag to resize

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.Experiments
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void Add(
	DataTable table
)

Parameters

table
Type: System.DataDataTable
The existing data table to be added to the experiment data table collection.
See Also