Click or drag to resize
SoCudaFindFunction Method (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 SoCudaHandle FindFunction(
	string moduleName,
	string functionName
)

Parameters

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: SoCudaHandle

A CUDA handle on the function, or NULL if the function was not found!

Remarks

See Also