Click or drag to resize

DataStructAssign Method (Object, DataType, Object, DataType)

Copy data from one structure into another.

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

Parameters

from
Type: SystemObject
The object to copy data from.
fromType
Type: Demo3D.PLC.CommsDataType
The data type of from.
to
Type: SystemObject
The object to copy data into.
toType
Type: Demo3D.PLC.CommsDataType
The data type of to.
See Also