 | IAppStartOptimization Method |
Starts optimization asynchronously. Control is returned immediately.
Monitor
IsJobRunning property to get indication whether the optimization
has finished.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxvoid StartOptimization(
IProject project
)
Sub StartOptimization (
project As IProject
)
Dim instance As IApp
Dim project As IProject
instance.StartOptimization(project)
Parameters
- project
- Type: EMInvent.InventSim.COMServerIProject
Project to optimize. The project has to be opened in the application.
See Also