 | IAppGetProject Method |
Returns an opened project with the specified file name.
If there is no such project, an exception is thrown.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxIProject GetProject(
string fileName
)
Function GetProject (
fileName As String
) As IProject
Dim instance As IApp
Dim fileName As String
Dim returnValue As IProject
returnValue = instance.GetProject(fileName)
Parameters
- fileName
- Type: SystemString
The project with the specified file name.
Return Value
Type:
IProject
See Also