DataArrayTSet(Int32, IListT, Int32, Int32) 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,
int itemsIndex,
int count
)
Parameters
- index Int32
- Index to start at.
- items IListT
- Items to set.
- itemsIndex Int32
- Index into items of first item to set.
- count Int32
- Number of items to set.
See Also