Write a byte to the currently open file.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic int FilePutc(
int name_22053
)
Public Function FilePutc (
name_22053 As Integer
) As Integer
public:
int FilePutc(
int name_22053
)
member FilePutc :
name_22053 : int -> int
Parameters
- name_22053
- 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.
Since Open Inventor 8.1
See Also