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: 10.12.3.0 (10.12.3.0)
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