Click or drag to resize
SoWinThreadInit Method

Note: This API is now obsolete.

Use this method if you need to use multi-threading with Open Inventor.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 10000. Open Inventor is always initialized in multithread mode.")]
public static void ThreadInit()
Remarks
This method must be called once in the main thread.
See Also