.. highlightlang:: us .. _objgetmapnames: OBJGetMapNames ============== .. index:: OBJGetMapNames .. us.tag OBJGetMapNames ENGLISH Map_Get :ref:`OBJGetMapNames` returns a string vector with map names or an empty string if the object does not contain any maps. .. function:: svNames = OBJGetMapNames(hObj) .. us.return **Return Value** *svNames* is a vector with map names. .. 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.). .. seealso:: :ref:`overview-map`, :ref:`OBJSetMap`, :ref:`OBJGetMap`, :ref:`OBJRemoveMap` :sub:`id-1066055`