Click or drag to resize

ICoSimulationMasterRemoveSimulator Method

Remove a simulator.

Namespace: Demo3D.Time.CoSimulation
Assembly: Demo3D.Time (in Demo3D.Time.dll) Version: 19.00.00
Syntax
C#
bool RemoveSimulator(
	ICoSimulator simulator
)

Parameters

simulator  ICoSimulator
Simulator to remove.

Return Value

Boolean
True if the simulator was removed.
See Also