 | IAppAddProject Method |
Creates a new empty project.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxFunction AddProject As IProject
Dim instance As IApp
Dim returnValue As IProject
returnValue = instance.AddProject()
Return Value
Type:
IProjectReference to the newly created project.
See Also