Click or drag to resize

DataStructAssign(Object, Object) 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,
	Object to
)

Parameters

from  Object
The object to copy data from.
to  Object
The object to copy data into.
See Also