Click or drag to resize

DataArrayTCreateInstance Method (Int32)

Creates an array of the specified lengths.

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

Parameters

length
Type: SystemInt32
Array length.

Return Value

Type: DataArrayT
The new array.
See Also