.. highlightlang:: us .. index:: MapCopy .. _mapcopy: MapCopy ======= .. us.tag MapCopy ENGLISH Map_Get New500 :ref:`MapCopy` creates a copy of the given map object. .. function:: hNewMap = MapCopy(hMap) .. us.return **Return Value** *hNewMap* is a copy of the given map *hMap*. .. us.params **Parameters** .. uparam:: hMap *hMap* Identifies the map. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.0.0 - New .. seealso:: :ref:`overview-map`, :ref:`MapCreate` :sub:`id-159963`