Click or drag to resize

ICoSimulationMasterAddSimulator Method

Add a simulator.

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

Parameters

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

Return Value

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