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