Click or drag to resize

IAppStartSimulation Method

Starts simulation asynchronously. Control is returned immediately, thus caution should be exercised when trying to get simulation results while simulation is still running. Monitor IsJobRunning property to get indication whether the simulation has finished.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
void StartSimulation(
	IProject project
)

Parameters

project
Type: EMInvent.InventSim.COMServerIProject
Project to simulate. The project has to be opened in the application.
See Also