Click or drag to resize
SoInputIsValidFile Method

Returns true if the currently open file is a valid Open Inventor file.

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

Return Value

Type: Boolean
Remarks

File must begin with a standard Open Inventor header or one that has been registered with (). 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