This documentation is archived and is not being maintained.
AfArray.set_Item Method [AX 2012]
Sets a new value for the specified array element.
public void set_Item(int _index, anytype _value)
Run On
Called
Parameters
-
_index
- Type: int
The index of the array element to return.
-
_value
- Type: anytype
The new value for the specified array element.