This documentation is archived and is not being maintained.
AfArray.get_Item Method [AX 2012]
Gets the element that is stored at the specified index in the array.
public anytype get_Item(int _index)
Run On
Called
Parameters
-
_index
- Type: int
The index of the array element to return.
Return Value
Type:
anytype
The value at the specified index.