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: 18.03.00
Syntaxpublic DataSet GetResults()
Return Value
Type:
DataSetA data set with all the tables from all the experiments that were run.
See Also