Click or drag to resize

IRelaxISWCFLinkGetTransferFunctions 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
[OperationContractAttribute]
string[] GetTransferFunctions()

Return Value

String
A list of the names of the loaded transfer functions.
Remarks
Can be used to find the correct names for the GetFit method.
See Also