Click or drag to resize
SoGLContextIsSharedWith Method (SoGLContext)

Returns true if the specified context and this context are shared.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public bool IsSharedWith(
	SoGLContext context
)

Parameters

context
Type: OIV.Inventor.DevicesSoGLContext

Return Value

Type: Boolean

true if the two contexts are shared.

Remarks

See Also