Global::cloneMap Method [AX 2012]

Creates the non-deep copy of the Map.

Syntax

client server public static Map cloneMap(Map _mapToClone)

Run On

Called

Parameters

  • _mapToClone
    Type: Map Class
    The map instance to clone.

Return Value

Type: Map Class
The non-deep copy of the map passed in the _mapToClone parameter.

Remarks

This method creates a new instance of the map that contains the same element instances as the source map.

See Also

Reference

Global Class