Click or drag to resize

IAppStartTuning Method

Starts tuning asynchronously. Control is returned immediately, thus caution should be exercised when trying to apply new variable values 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 StartTuning(
	IProject project
)

Parameters

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