ConversionFunction Constructor |
Constructs a new ConversionFunction.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic ConversionFunction(
string name,
ConversionDelegate function
)
Parameters
- name String
- A string name for the conversion function. (For debugging and logging.)
- function ConversionDelegate
- The conversion function.
See Also