InventTransEnumerator.current Method [AX 2012]
Retrieves the current element in the collection.
Syntax
public anytype current()
Run On
Called
Return Value
Type: anytype
The current element in the collection.
Exceptions
Exception | Condition |
---|---|
Error | The enumerator does not point to any element in the collection. |