Click or drag to resize
SoDBThreadInit Method

Note: This API is now obsolete.

Initializes the database with support for multi thread programs.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.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 must be called before calling any other database routines, including the construction of any nodes, paths, engines, or actions. Application programs that use Open Inventor classes from more than one thread must call this method.

By default the database is initialize for single thread support.

In a multi threaded program, every thread that uses Open Inventor classes must call this method.

See Also