Click or drag to resize

VisualOnExperimentFinished Property

Property Value

Type: ExperimentScriptReference
Call this script at the end of each experiment. This allows finalization of any data collection, for example. <p> See also: <ul> <li>OnExperimentStarted</li> </ul>

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public ExperimentScriptReference OnExperimentFinished { get; }

Property Value

Type: ExperimentScriptReference
See Also