Click or drag to resize

DataDimension Constructor

Constructs a new DataDimension.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public DataDimension(
	Type type,
	long length
)

Parameters

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