Click or drag to resize

ICoSimulatorStarting Method

Simulation starting.

Namespace:  Demo3D.Time.CoSimulation
Assembly:  Demo3D.Time (in Demo3D.Time.dll) Version: 18.04.00
Syntax
C#
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.
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