DataDimensions(Int32) 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 dataSize
)
Parameters
- dataSize Int32
- The total size, or 0 for variable size.
See Also