RelaxISPlugin_AxisValueRepresentation Method |
A (usually) short name that represents the value calculated by this tool for a given converter.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract string Representation(
RelaxISPlugin_TransferFunction Converter
)
Public MustOverride Function Representation (
Converter As RelaxISPlugin_TransferFunction
) As String
Dim instance As RelaxISPlugin_AxisValue
Dim Converter As RelaxISPlugin_TransferFunction
Dim returnValue As String
returnValue = instance.Representation(Converter)
Parameters
- Converter RelaxISPlugin_TransferFunction
- The converter currently in use
Return Value
StringRemarks A plot axis shows: Representation / Unit
See Also