SoCpuContextGetCurrent Method |
Returns the currently bound context (if any) for the current thread.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoCpuContext GetCurrent()
Public Shared Function GetCurrent As SoCpuContext
public:
static SoCpuContext^ GetCurrent()
static member GetCurrent : unit -> SoCpuContext
Return Value
Type:
SoCpuContextThe current CPU context.
Remarks See Also