Click or drag to resize
SoGLContextGetContextFromId Method

Returns the context corresponding to an internal id.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public static SoGLContext GetContextFromId(
	int id
)

Parameters

id
Type: SystemInt32

The internal id used to search for the context.

Return Value

Type: SoGLContext

The context which has the specified id.

Remarks

See Also