Click or drag to resize

CoSimulatorBaseStarting Method

Simulation starting.

Namespace:  Demo3D.EventQueue.CoSimulation
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
public virtual OperatingMode Starting(
	ModelTime currentTime,
	double speed
)

Parameters

currentTime
Type: Demo3D.EventQueueModelTime
The current simulation time.
speed
Type: SystemDouble
The speed factor.

Return Value

Type: OperatingMode
The simulator operating mode.

Implements

ICoSimulatorStarting(ModelTime, Double)
See Also