PositionSelectOptionTransferFunction Property |
The internal name of the transfer function used to create the plot data
Namespace: RelaxIS_SDK.Wizard.WizardOptionsAssembly: 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 PositionSelectOption
Dim value As String
value = instance.TransferFunction
instance.TransferFunction = value
Property Value
StringRemarks Refer to the Settings-->Plugins dialog for possible values (e.g. Impedance)
See Also