Click or drag to resize
SoDBThreadInit Method
Initializes the database with support for multi thread programs.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
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