Click or drag to resize

DataStructAssignTo Method

Copy data from this dynamic structure into structure.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public void AssignTo(
	Object structure
)

Parameters

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