.. highlightlang:: us .. _objgetmap: OBJGetMap ========= .. index:: OBJGetMap .. us.tag OBJGetMap NOTREADYENGLISH Map_Get :ref:`OBJGetMap` returns a map handle for a given name saved in the specified object. .. function:: hMap = OBJGetMap(hObj, ssName) .. us.return **Return Value** *hMap* is the map handle. If the map for the given name does not exist, the function returns the value 0. .. us.params **Parameters** .. uparam:: hObj Is an object handle. It can be a handle to one of the following objects: Document, page, layer, dataset (1D, 2D, 3D), drawing object (text, line, rectangle, ole object, etc.). .. uparam:: ssName *ssName* is the name of the map. .. seealso:: :ref:`overview-map`, :ref:`OBJSetMap`, :ref:`OBJGetMapNames`, :ref:`OBJRemoveMap`, :ref:`MapLookup` :sub:`id-1535046`