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: 15.0.2.11458
Syntax
C#
public Experiment this[
	int i
] { get; }

Parameters

i
Type: SystemInt32
Index of experiment.

Return Value

Type: Experiment
Experiment at index.
See Also