Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Demo3D Namespaces
Demo3D.PLC Namespaces
Demo3D.PLC.Comms Namespaces
Demo3D.PLC.Comms
DataArray(T) Class
DataArray(T) Methods
Set Method
Set Method (Int32, IList(T))
Set Method (Int32, IList)
Set Method (Int32, IList(T), Int32, Int32)
Set Method (Int32, IList, Int32, Int32)
DataArray
T
Set Method (Int32, IList
T
)
Sets elements in the array, expanding the array if necessary.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
Copy
public
void
Set
(
int
index
,
IList
<T>
items
)
Parameters
index
Type:
System
Int32
Index to start at.
items
Type:
System.Collections.Generic
IList
T
Items to set.
See Also
Reference
DataArray
T
Class
Set Overload
Demo3D.PLC.Comms Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com