SoCudaFindFunction Method (String, String) |
This function resolves a specific function in a specified module.
Namespace: OIV.Inventor.CudaAssembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static SoCudaHandle FindFunction(
string moduleName,
string functionName
)
Public Shared Function FindFunction (
moduleName As String,
functionName As String
) As SoCudaHandle
public:
static SoCudaHandle^ FindFunction(
String^ moduleName,
String^ functionName
)
static member FindFunction :
moduleName : string *
functionName : string -> SoCudaHandle
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:
SoCudaHandleA CUDA handle on the function, or NULL if the function was not found!
Remarks
See Also