Click or drag to resize

RelaxISPlugin_TransferFunctionNormalizedUnit Property

The unit of the normalized value

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public virtual string NormalizedUnit { get; }

Return Value

String
The unit of the normalized value
Remarks
Should be overridden if if NormalizeValue(Double, Double, Double, Double, Double) is overridden as well
See Also