| Maptitude GISDK Help |
Gets the name of the current map.
map_name = GetMap()
A string that is the name of the current map, or null if there is no open map.
Any function that accepts a map name as an argument uses the current map if the argument is left null.
map_name = GetMap()
ShowMessage("The name of the current map is " + map_name)
| Function | Summary |
|---|---|
| GetMaps() | Get a list of maps and the name of the current map |
| GetMapNames() | Gets a list of the names of maps in the system |
| SetMap() | Makes a map the current map |
| ©2025 Caliper Corporation | www.caliper.com |