Note: This API is now obsolete.
Returns whether multi-thread support is enabled in Open Inventor.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[ObsoleteAttribute("Not used anymore. You can safely assume the value is TRUE.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static bool IsMultiThread()
<ObsoleteAttribute("Not used anymore. You can safely assume the value is TRUE.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function IsMultiThread As Boolean
public:
[ObsoleteAttribute(L"Not used anymore. You can safely assume the value is TRUE.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static bool IsMultiThread()
[<ObsoleteAttribute("Not used anymore. You can safely assume the value is TRUE.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member IsMultiThread : unit -> bool
Return Value
Type:
Boolean
RemarksObsoletesince Open Inventor 10000.
Not used anymore. You can safely assume the value is true.
See Also