Click or drag to resize

CoSimulatorBaseStarting Method

Simulation starting.

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

Parameters

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

Return Value

Type: OperatingMode
The simulator operating mode.

Implements

ICoSimulatorStarting(ModelTime, Double)
See Also