Click or drag to resize

DataStructAssign(Object, DataType, Object, DataType) Method

Copy data from one structure into another.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public static void Assign(
	Object from,
	DataType? fromType,
	Object to,
	DataType? toType
)

Parameters

from  Object
The object to copy data from.
fromType  DataType
The data type of from.
to  Object
The object to copy data into.
toType  DataType
The data type of to.
See Also