Click or drag to resize

DataConverterRemove Method

Removes a data converter for the specified type from the registry.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public static void Remove(
	DataType type,
	DataConverter converter
)

Parameters

type
Type: Demo3D.PLC.CommsDataType
The assciated data type.
converter
Type: Demo3D.PLC.CommsDataConverter
The converter to be removed.
See Also