RelaxISWCFLinkProxyGetTransferFunctions Method |
Returns the currently loaded transfer functions in the RelaxIS instance.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string[] GetTransferFunctions()
Public Function GetTransferFunctions As String()
Dim instance As RelaxISWCFLinkProxy
Dim returnValue As String()
returnValue = instance.GetTransferFunctions()
Return Value
StringA list of the names of the loaded transfer functions.
Implements
IRelaxISWCFLinkGetTransferFunctionsRemarks Can be used to find the correct names for the GetFit method.
See Also