Click or drag to resize
SoGLDeviceGetDevice Method

Returns the OIV.Inventor.Devices.SoGLDevice indicated by index (starting from 0).

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static SoGLDevice GetDevice(
	int index
)

Parameters

index
Type: SystemInt32

The index of the OIV.Inventor.Devices.SoGLDevice.

Return Value

Type: SoGLDevice
Remarks

See Also