This documentation is archived and is not being maintained.
AfStronglyTypedDataContainer.get_Array Method [AX 2012]
Gets data items of the type array.
protected AfArray get_Array(str _name)
Run On
Called
Parameters
-
_name
- Type: str
A data item name.
Return Value
Type:
AfArray Class
The value of the data item of a type array (AfArray).
If the data item does not exist, the method throws an exception.