Click or drag to resize

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
Syntax
IProject GetProject(
	string fileName
)

Parameters

fileName
Type: SystemString
The project with the specified file name.

Return Value

Type: IProject
See Also