Click or drag to resize

ICoSimulatorStarting Method

Simulation starting.

Namespace:  Demo3D.EventQueue.CoSimulation
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
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.
Remarks
Returning Scheduled effectively disables this simulator from participating in single-step time-synchronized operation. It still receives Starting(ModelTime, Double) and Stopped notifications, and participates in speed negotiation using ValidSpeed.
See Also