Creates new element maps with the specified identifiers.

This function does the same as repetitively calling createElementMap() function for every identifier.

Parameter:

elementMapIds

The array containing identifiers of the element maps to create.

For more details about element map identifiers, see description of createElementMap() function.

Returns:
The number of element maps created. This may be different from the length of elementMapIds array when some identifiers are repeating.
See Also:
createElementMap(), Array()