Share

ICadDoc.Launch Method

Launches or opens a file. A non-Inventor file will be opened in the application associated with it. An Inventor file will be opened in the current Inventor session. Some file extensions are not supported.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Function Launch ( 
	fileName As String
) As Process

C#

Process Launch(
	string fileName
)

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

Reference

Was this information helpful?