Click or drag to resize

DataStructCopyTo Method

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: 19.00.00
Syntax
C#
public Object CopyTo(
	Type systemType
)

Parameters

systemType  Type
The data type of the object to create.

Return Value

Object
A new object of type systemType.
See Also