Description
Raised at the beginning of each simulation.
Syntax
RDKApp_SimulationStart(whichSim As Long, cancel as Boolean)
Arguments
whichSim (Long) – the number of the simulation that is starting.
cancel (Boolean) – set to true to cancel the simulation
Example
Private Sub RDKApp_SimulationStart(whichSim As Long, cancel as Boolean
MsgBox "Simulation " & whichSim & " is starting."
End Sub