Click or drag to resize
SoCudaFindFunction Method (SoCudaHandle, String, String)

This function resolves a specific function in a specified module.

Namespace: OIV.Inventor.Cuda
Assembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public static SoCudaSoCudaErrors FindFunction(
	SoCudaHandle handle,
	string moduleName,
	string functionName
)

Parameters

handle
Type: OIV.Inventor.CudaSoCudaHandle

The handle which is updated with the function pointer.

moduleName
Type: SystemString

The name of the module which is supposed to contain the function.

functionName
Type: SystemString

The name of the function to resolve.

Return Value

Type: SoCudaSoCudaErrors

An error code.

Remarks

See Also