| SoGLDeviceFindFirstAvailableDevice Method  | 
Returns the first available device found in the system. 
 
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic static SoGLDevice FindFirstAvailableDevice()
Public Shared Function FindFirstAvailableDevice As SoGLDevice
public:
static SoGLDevice^ FindFirstAvailableDevice()
static member FindFirstAvailableDevice : unit -> SoGLDevice 
Return Value
Type: 
SoGLDevice
RemarksSince Open Inventor version 9.7.2, this is guaranteed to be the device that Open Inventor will actually use for rendering. 
See Also