Click or drag to resize

ICoSimulationMasterAddSimulator Method

Add a simulator.

Namespace:  Demo3D.EventQueue.CoSimulation
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
Object AddSimulator(
	ICoSimulator simulator
)

Parameters

simulator
Type: Demo3D.EventQueue.CoSimulationICoSimulator
Simulator to add.

Return Value

Type: Object
Statistics property bag showing stats maintained by the co-simulation master.
See Also