Click or drag to resize

ConversionFunction Class

Inheritance Hierarchy
SystemObject
  Demo3D.PLC.CommsConversionFunction

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public sealed class ConversionFunction

The ConversionFunction type exposes the following members.

Constructors
 NameDescription
Public methodConversionFunction Constructs a new ConversionFunction.
Top
Properties
 NameDescription
Public propertyFunction The conversion function.
Public propertyName The string name for this conversion function.
Top
Methods
 NameDescription
Public methodToString Returns a string representation of this conversion function.
(Overrides ObjectToString)
Top
See Also