Click or drag to resize
SoInputGetIVVersion Method

Returns the Open Inventor file version of the file being read (2.1).

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

Return Value

Type: Single
Remarks

If the file has a header registered through (), the returned version is the Open Inventor version registered with the header. Returns 0.0 if no file or buffer is open.

See Also