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
Syntaxpublic Experiment this[
int i
] { get; }Parameters
- i
- Type: SystemInt32
Index of experiment.
Return Value
Type:
ExperimentExperiment at index.
See Also