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.ExperimentsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic DataSet GetResults()
Return Value
DataSetA data set with all the tables from all the experiments that were run.
See Also