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
Syntaxpublic 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
String
RemarksRefer to the Settings-->Plugins dialog for possible values (e.g. Impedance)
See Also