DataDimension Constructor |
Constructs a new DataDimension.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic DataDimension(
Type type,
long length
)
Parameters
- type
- Type: SystemType
The array type. - length
- Type: SystemInt64
The array length.
See Also