Click or drag to resize

VisualOnExperimentPreInitialize Property

Property Value

Type: ExperimentScriptReference
Occurs at the before each experiment starts running but after the current experiment row variables have been set. This allows initialization of the model to be done before OnInitialize has been called.

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

Property Value

Type: ExperimentScriptReference
See Also