Click or drag to resize

DataDimensions Constructor (Int32)

Constructs a description of the dimensions of a value.

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public DataDimensions(
	int dataSize
)

Parameters

dataSize
Type: SystemInt32
The total size, or 0 for variable size.
See Also