This documentation is archived and is not being maintained.
Global::cloneMap Method [AX 2012]
Creates the non-deep copy of the Map.
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.
This method creates a new instance of the map that contains the same element instances as the source map.