Click or drag to resize

ICoSimulationMasterAddSimulator Method

Add a simulator.

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

Parameters

simulator  ICoSimulator
Simulator to add.

Return Value

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