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 IList CreateInstance(
	params int[] lengths
)

Parameters

lengths
Type: SystemInt32
Array lengths.

Return Value

Type: IList
The new array.
See Also