Share via


InventDimControlIdCollectionEnumerator::newEnumerator Method [AX 2012]

Returns an instance of the InventDimControlIdCollectionEnumerator class.

Syntax

client server public static InventDimControlIdCollectionEnumerator newEnumerator(Set _controlIdSet, Set _controlIsInGridSet)

Run On

Called

Parameters

  • _controlIdSet
    Type: Set Class
    A set of form control IDs.
  • _controlIsInGridSet
    Type: Set Class
    A set of form control IDs that are located within a grid control.

Return Value

Type: InventDimControlIdCollectionEnumerator Class
An instance of the InventDimControlIdCollectionEnumerator class.

See Also

Reference

InventDimControlIdCollectionEnumerator Class