Click or drag to resize
SoToHTMLActionOpenHTMLFile Method

Opens named file.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool OpenHTMLFile(
	string filename
)

Parameters

filename
Type: SystemString

Return Value

Type: Boolean
Remarks

This returns false on error. By default, output goes to stdout .

See Also