Click or drag to resize

DataStructAssign Method (Object, Object)

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

Parameters

from
Type: SystemObject
The object to copy data from.
to
Type: SystemObject
The object to copy data into.
See Also