.. highlightlang:: us .. _objsetmap: OBJSetMap ========= .. index:: OBJSetMap .. us.tag OBJSetMap ENGLISH Map_Set :ref:`OBJSetMap` saves a map in an object. .. function:: hMap = OBJSetMap(hObj, hMap, ssName) .. us.return **Return Value** *hMap* .. 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:: hMap Is a map handle of a map that was created with :ref:`MapCreate` .. uparam:: ssName *ssName* is the name which is used to save the map in the object. .. seealso:: :ref:`overview-map`, :ref:`OBJGetMap`, :ref:`OBJGetMapNames`, :ref:`OBJRemoveMap` :sub:`id-1485894`