Click or drag to resize

RelaxISWCFLinkProxyGetTransferFunctions Method

Returns the currently loaded transfer functions in the RelaxIS instance.

Namespace: RelaxIS_SDK.RelaxISWCFLink
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public string[] GetTransferFunctions()

Return Value

String
A list of the names of the loaded transfer functions.

Implements

IRelaxISWCFLinkGetTransferFunctions
Remarks
Can be used to find the correct names for the GetFit method.
See Also