DataStructAssign Method (Object, DataType, Object, DataType) |
Copy data from one structure into another.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 18.04.00
Syntaxpublic 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