DataArrayTSet(Int32, IListT) Method |
Sets elements in the array, expanding the array if necessary.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic void Set(
int index,
IList<T> items
)
Parameters
- index Int32
- Index to start at.
- items IListT
- Items to set.
See Also