Note: This API is now obsolete.
Initializes the database with support for multi thread programs.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [ObsoleteAttribute("Obsolete since Open Inventor 10000. Open Inventor is always initialized in multithread mode.")]
public static void ThreadInit()
<ObsoleteAttribute("Obsolete since Open Inventor 10000. Open Inventor is always initialized in multithread mode.")>
Public Shared Sub ThreadInit
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 10000. Open Inventor is always initialized in multithread mode.")]
static void ThreadInit()
[<ObsoleteAttribute("Obsolete since Open Inventor 10000. Open Inventor is always initialized in multithread mode.")>]
static member ThreadInit : unit -> unit
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