Click or drag to resize
SoCudaDeviceGetDevice Method

Returns the SoCudaDevice indicated by index (starting with zero).

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public static SoCudaDevice GetDevice(
	int index
)

Parameters

index
Type: SystemInt32

The index of the SoCudaDevice.

Return Value

Type: SoCudaDevice
Remarks

See Also