Click or drag to resize

DataDimension Constructor

Constructs a new DataDimension.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 16.01.07
Syntax
C#
public DataDimension(
	Type type,
	params long[] lengths
)

Parameters

type
Type: SystemType
The array type.
lengths
Type: SystemInt64
The array length.
See Also