DataStructAssign(Object, Object) 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,
Object to
)
Parameters
- from Object
- The object to copy data from.
- to Object
- The object to copy data into.
See Also