 | IAppSimulate Method |
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxvoid Simulate(
IProject project
)
Sub Simulate (
project As IProject
)
Dim instance As IApp
Dim project As IProject
instance.Simulate(project)
Parameters
- project
- Type: EMInvent.InventSim.COMServerIProject
Project to simulate. The project has to be opened in the application.
See Also