 | IAppGetOpenedProjectList Method |
Gives an array of currently opened project file names.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxstring[] GetOpenedProjectList()
Function GetOpenedProjectList As String()
Dim instance As IApp
Dim returnValue As String()
returnValue = instance.GetOpenedProjectList()
Return Value
Type:
StringThe array of file names.
See Also