Click or drag to resize
SoOutputFilePutc Method

Write a byte 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 FilePutc(
	int name_18805
)

Parameters

name_18805
Type: SystemInt32

Return Value

Type: Int32
Remarks

If the file is compressed the byte is compressed on the fly. Returns -1 if no file is currently open. Returns EOF if an error occurs. Returns the byte value specified if successful.

Note Note

Member available since Open Inventor 8.1

See Also