AfStronglyTypedDataContainer.get_NewArray Method [AX 2012]
Gets data items of the type array.
Syntax
protected AfArray get_NewArray(str _name)
Run On
Called
Parameters
- _name
Type: str
The data item name.
Return Value
Type: AfArray Class
The value of the data item of a type array (AfArray).
Remarks
This method creates a new array data item. If the data item already exists, the method throws an exception.