Click or drag to resize

CoSimulatorBaseCheckStatus Method

Check the current status of the simulator.

Namespace: Demo3D.Time.CoSimulation
Assembly: Demo3D.Time (in Demo3D.Time.dll) Version: 19.00.00
Syntax
C#
public virtual CoSimulatorAction CheckStatus(
	ModelTime currentTime
)

Parameters

currentTime  ModelTime
The current time.

Return Value

CoSimulatorAction
The current status of the simulator.

Implements

ICoSimulatorCheckStatus(ModelTime)
See Also