Click or drag to resize

ICoSimulationMasterRemoveSimulator Method

Remove a simulator.

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

Parameters

simulator
Type: SystemObject
Simulator to remove.

Return Value

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