DataArrayTSet Method (Int32, IList) |
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
)
Parameters
- index
- Type: SystemInt32
Index to start at. - items
- Type: System.CollectionsIList
Items to set.
Implements
IListExtSet(Int32, IList)
See Also