 | 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
Syntaxvoid StartSimulation(
IProject project
)
Sub StartSimulation (
project As IProject
)
Dim instance As IApp
Dim project As IProject
instance.StartSimulation(project)
Parameters
- project
- Type: EMInvent.InventSim.COMServerIProject
Project to simulate. The project has to be opened in the application.
See Also