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