ExperimentCollectionAddExperiment Method (Boolean) |
Creates and adds a new experiment to both the collection and table.
Namespace:
Demo3D.Experiments
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntaxpublic Experiment AddExperiment(
bool increment
)
Parameters
- increment
- Type: SystemBoolean
Whether to increment initialized variables
Return Value
Type:
ExperimentThe experiment that was created.
See Also