Click or drag to resize

DataStructCopyFrom Method

Creates a new DataStruct and copies data from structure into it.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public static DataStruct CopyFrom(
	Object structure
)

Parameters

structure
Type: SystemObject
The object to copy data from.

Return Value

Type: DataStruct
The new DataStruct.
See Also