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 DataArray<T> CreateInstance(
int length
)
Parameters
- length
- Type: SystemInt32
Array length.
Return Value
Type:
DataArrayTThe new array.
See Also