Click or drag to resize
SoGLContextTryBind Method

Try to bind the OpenGL context to the current thread.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public bool TryBind()

Return Value

Type: Boolean
Remarks

Returns false if already bound, else calls () and returns true.

See Also