Click or drag to resize

CoSimulatorBaseStatusChanged Event

Occurs when the simulator status changes.

Namespace:  Demo3D.Time.CoSimulation
Assembly:  Demo3D.Time (in Demo3D.Time.dll) Version: 17.00.05
Syntax
C#
public event Action<ICoSimulator, CoSimulatorStatus> StatusChanged

Value

Type: SystemActionICoSimulator, CoSimulatorStatus

Implements

ICoSimulatorStatusChanged
See Also