SoInputGetIVVersion Method |
Returns the Open Inventor file version of the file being read (2.1).
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public virtual float GetIVVersion()
Public Overridable Function GetIVVersion As Single
public:
virtual float GetIVVersion()
abstract GetIVVersion : unit -> float32
override GetIVVersion : unit -> float32
Return Value
Type:
SingleRemarks 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