| SoGLDeviceGetDevice Method  | 
 
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic static SoGLDevice GetDevice(
	int index
)
Public Shared Function GetDevice ( 
	index As Integer
) As SoGLDevice
public:
static SoGLDevice^ GetDevice(
	int index
)
static member GetDevice : 
        index : int -> SoGLDevice 
Parameters
- index
 - Type: SystemInt32
The index of the OIV.Inventor.Devices.SoGLDevice. 
 
Return Value
Type: 
SoGLDevice
Remarks
See Also