DataStructAssign(Object, DataType, Object, DataType) Method |
Copy data from one structure into another.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic static void Assign(
Object from,
DataType? fromType,
Object to,
DataType? toType
)
Parameters
- from Object
- The object to copy data from.
- fromType DataType
- The data type of from.
- to Object
- The object to copy data into.
- toType DataType
- The data type of to.
See Also