Launches or runs a file in the Windows operating system. If a data file is specified, it opens in its native application. If an executable file (.exe) is specified, it runs the program.
If an Inventor file is specified, the file will be opened in the current Inventor session.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Function Launch (
fileName As String
) As Process
Process Launch(
string fileName
)
Parameters
- fileName
- Type: SystemString
Absolute or relative path with filename.
Return Value
Type:
ProcessThe process created, or the current Inventor process.
See Also