Click or drag to resize
SoOutputFilePuts Method

Write a string to the currently open file.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public int FilePuts(
	string name_18804
)

Parameters

name_18804
Type: SystemString

Return Value

Type: Int32
Remarks

If the file is compressed the string is compressed on the fly. Returns -1 if no file is currently open. Returns EOF if an error occurs. Returns a non-negative value if successful (same as fputs).

Note Note

Member available since Open Inventor 8.1

See Also