SoGLDeviceGetDevice Method |
Returns the SoGLDevice indicated by index (starting from 0).
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 9.9.13.0 (9.9.13.0)
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 SoGLDevice.
Return Value
Type:
SoGLDevice
Remarks
See Also