Click or drag to resize

ICoSimulationMasterRemoveSimulator Method

Remove a simulator.

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

Parameters

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

Return Value

Type: Boolean
True if the simulator was removed.
See Also