Click or drag to resize
SoDBIsMultiThread Method

Returns whether multi-thread support is enabled in Open Inventor.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static bool IsMultiThread()

Return Value

Type: Boolean
Remarks

Always returns false before SoDB.init or SoDB.threadInit has been called.

See Also