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
Syntaxpublic 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