DataDimensions(Int32, Int32, UInt16) Constructor |
Constructs a description of the dimensions of a value.
Namespace: Demo3D.PLC.Comms.AttrDbAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic DataDimensions(
int elementSize,
int dataSize,
params ushort[]? numElements
)
Parameters
- elementSize Int32
- The size of one element, or 0 for variable size.
- dataSize Int32
- The total size, or 0 for variable size.
- numElements UInt16
- Array dimensions, or null for scalar.
See Also