SoGLDeviceGetDevice Method |
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
SoGLDeviceRemarks See Also