Click or drag to resize

ExperimentCollectionGetResults Method

Collects all simulation experiment tables and the experiment definitions together into a single dataset. An experiment column is added as the first column of each of the tables in the data set to identify which experiment that table row is from.

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

Return Value

DataSet
A data set with all the tables from all the experiments that were run.
See Also