 | IAppOpenProject Method |
Opens a project stored in a file.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxIProject OpenProject(
string projectName
)
Function OpenProject (
projectName As String
) As IProject
Dim instance As IApp
Dim projectName As String
Dim returnValue As IProject
returnValue = instance.OpenProject(projectName)
Parameters
- projectName
- Type: SystemString
Full file name of the project.
Return Value
Type:
IProject
See Also