Click or drag to resize

DataArrayTCreateInstance(Int32) Method

Creates an array of the specified lengths.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public static IList CreateInstance(
	params int[] lengths
)

Parameters

lengths  Int32
Array lengths.

Return Value

IList
The new array.
See Also