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