Click or drag to resize

ExperimentCollectionAddExperiment(Boolean) Method

Creates and adds a new experiment to both the collection and table.

Namespace: Demo3D.Experiments
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public Experiment AddExperiment(
	bool increment
)

Parameters

increment  Boolean

[Missing <param name="increment"/> documentation for "M:Demo3D.Experiments.ExperimentCollection.AddExperiment(System.Boolean)"]

Return Value

Experiment
The experiment that was created.
See Also