Click or drag to resize
SoGLContextGetContextFromSharedId Method

Returns the first context that belongs to the specified sharedIdGroup.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static SoGLContext GetContextFromSharedId(
	int sharedIdGroup
)

Parameters

sharedIdGroup
Type: SystemInt32

The internal sharedIdGroup used to search for the context.

Return Value

Type: SoGLContext

The first context that belongs to the specified sharedIdGroup.

Remarks

See Also