OBJGetMapΒΆ
OBJGetMap returns a map handle for a given name saved in the specified object.
- hMap = OBJGetMap(hObj, ssName)
Return Value
hMap is the map handle. If the map for the given name does not exist, the function returns the value 0.
Parameters
- 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.).
- ssName
ssName is the name of the map.
See also
Overview Map, OBJSetMap, OBJGetMapNames, OBJRemoveMap, MapLookup
id-1535046