Creates a new object of type systemType and copies data from this DataStruct into it.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic Object CopyTo(
Type systemType
)
Parameters
- systemType
- Type: SystemType
The data type of the object to create.
Return Value
Type:
ObjectA new object of type
systemType.
See Also