SoWinThreadInit Method (Control) |
Use this method if you need to use multi-threading with Open Inventor.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static void ThreadInit(
Control topLevelControl
)
Public Shared Sub ThreadInit (
topLevelControl As Control
)
public:
static void ThreadInit(
Control^ topLevelControl
)
static member ThreadInit :
topLevelControl : Control -> unit
Parameters
- topLevelControl
- Type: System.Windows.FormsControl
Remarks
This method must be called once in the main thread.
See Also