Click or drag to resize

DataArrayT Constructor (Int32)

Constructs an array of specified length.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public DataArray(
	int length
)

Parameters

length
Type: SystemInt32
Length of the array.
See Also