Click or drag to resize

DataSelect Constructor

Constructs a data selection.

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public DataSelect(
	int elementSize,
	int dataSize,
	params (ushort , ushort )[]? dimensions
)

Parameters

elementSize
Type: SystemInt32
The size of one element, or 0 for variable size.
dataSize
Type: SystemInt32
The total size, or 0 for variable size.
dimensions
Type: SystemValueTupleUInt16, UInt16
Array selection, or null for scalar.
See Also