Click or drag to resize

ICadDoc.Launch Method

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

Parameters

fileName
Type: System.String
Absolute or relative path with filename.

Return Value

Type: Process
The process created, or the current Inventor process.
See Also