ExperimentCollectionItem Property |
Get the Experiment at index 'i' from the experiment collection.
Namespace: Demo3D.ExperimentsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic Experiment this[
int i
] { get; }Parameters
- i Int32
- Index of experiment.
Return Value
ExperimentExperiment at index.
See Also