Click or drag to resize
SoOutputOpenFile Method

Opens named file, sets current file to result.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool OpenFile(
	string fileName
)

Parameters

fileName
Type: SystemString

Return Value

Type: Boolean
Remarks

This returns false on error. If the file extension is .ivz the file is compressed so the compression module is initialized during the call to openFile.

See Also