Click or drag to resize

DataArrayTSet(Int32, IList) Method

Sets elements in the array, expanding the array if necessary.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public void Set(
	int index,
	IList items
)

Parameters

index  Int32
Index to start at.
items  IList
Items to set.

Implements

IListExtSet(Int32, IList)
See Also