DataArrayTCreateInstance Method (Int32) |
Creates an array of the specified lengths.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic static IList CreateInstance(
params int[] lengths
)
Parameters
- lengths
- Type: SystemInt32
Array lengths.
Return Value
Type:
IListThe new array.
See Also