SoToHTMLActionOpenHTMLFile Method |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool OpenHTMLFile(
string filename
)
Public Function OpenHTMLFile (
filename As String
) As Boolean
public:
bool OpenHTMLFile(
String^ filename
)
member OpenHTMLFile :
filename : string -> bool
Parameters
- filename
- Type: SystemString
Return Value
Type:
BooleanRemarks This returns false on error. By default, output goes to stdout .
See Also