DataDimensions Constructor (Int32, Int32, UInt16) |
Constructs a description of the dimensions of a value.
Namespace:
Demo3D.PLC.Comms.AttrDb
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic DataDimensions(
int elementSize,
int dataSize,
params ushort[]? numElements
)
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. - numElements
- Type: SystemUInt16
Array dimensions, or null for scalar.
See Also