This documentation is archived and is not being maintained.
AfArray.new Method [AX 2012]
Initializes a new instance of the AfArray class.
public void new(anytype _elementType, int _length)
Run On
Called
Parameters
-
_elementType
- Type: anytype
The data type of the array elements.
-
_length
- Type: int
The length of the array.