WizardResultTransferFunction Property |
The transfer function to use for the fit
Namespace: RelaxIS_SDK.WizardAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string TransferFunction { get; set; }
Public Property TransferFunction As String
Get
Set
Dim instance As WizardResult
Dim value As String
value = instance.TransferFunction
instance.TransferFunction = value
Property Value
StringRemarks Set to "" to use the currently used or default transfer function
See Also