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