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

Parameters

systemType
Type: SystemType
The data type of the object to create.

Return Value

Type: Object
A new object of type systemType.
See Also