Click or drag to resize
SoInputIsValidBuffer Method

Returns true if the current buffer is valid.

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

Return Value

Type: Boolean
Remarks

Buffer 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