DataArrayTSet Method (Int32, IList, Int32, Int32) |
Sets elements in the array, expanding the array if necessary.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 18.04.00
Syntaxpublic void Set(
int index,
IList items,
int itemsIndex,
int count
)
Parameters
- index
- Type: SystemInt32
Index to start at. - items
- Type: System.CollectionsIList
Items to set. - itemsIndex
- Type: SystemInt32
Index into items of first item to set. - count
- Type: SystemInt32
Number of items to set.
Implements
IListExtSet(Int32, IList, Int32, Int32)
See Also