IRelaxISWCFLinkGetTransferFunctions 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 [OperationContractAttribute]
string[] GetTransferFunctions()
<OperationContractAttribute>
Function GetTransferFunctions As String()
Dim instance As IRelaxISWCFLink
Dim returnValue As String()
returnValue = instance.GetTransferFunctions()
Return Value
StringA list of the names of the loaded transfer functions.
Remarks Can be used to find the correct names for the GetFit method.
See Also