Click or drag to resize
SoInputGetHeader Method

Returns the header of the file being read.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual string GetHeader()

Return Value

Type: String
Remarks

Note that by default (when no file or buffer is open), OIV.Inventor.SoInput reads from standard input, which may make the application appear to "hang".

See Also