Click or drag to resize
SoGLContextGetId Method

Returns the internal id for this context.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public int GetId()

Return Value

Type: Int32

The internal id of the context.

Remarks

The internal id is unique, it's not possible to get two contexts with the same id.

See Also