Click or drag to resize
SoGLDeviceGetScreenDevice Method

Returns the OIV.Inventor.Devices.SoGLScreenDevice 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 SoGLScreenDevice GetScreenDevice(
	int index
)

Parameters

index
Type: SystemInt32

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

Return Value

Type: SoGLScreenDevice
Remarks

See Also