Click or drag to resize

ExperimentCollectionItem Property

Get the Experiment at index 'i' from the experiment collection.

Namespace: Demo3D.Experiments
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public Experiment this[
	int i
] { get; }

Parameters

i  Int32
Index of experiment.

Return Value

Experiment
Experiment at index.
See Also