MapCopyΒΆ

MapCopy creates a copy of the given map object.

hNewMap = MapCopy(hMap)

Return Value

hNewMap is a copy of the given map hMap.

Parameters

hMap

hMap Identifies the map.

History

Version Description
5.0.0 New

id-159963