| Maptitude GISDK Help |
Gets a list of all snapshots associated with a map.
snapshot_names = GetSnapshots(string map_name)
| Argument | Contents |
|---|---|
| map_name | Name of a map, or null for the current map |
An array of strings containing the names of all snapshots.
snap_list = GetSnapshots("United States Map")
ShowMessage("There are " + String(snap_list.length) + " snapshots.")
| Error Type | Meaning |
|---|---|
| NotFound | The specified map or snapshots do not exist. |
| Function | Summary |
|---|---|
| CreateSnapshot() | Stores a snapshot image of the map as currently displayed |
| ShowSnapshot() | Displays a snapshot and sets the map scope to match |
| GetSnapshot() | Gets a list of all snapshots associated with a map |
| ConstructSnapshot() | Converts a customized image file into a map snapshot |
| DeleteSnapshot() | Removes a snapshot from a map and deletes its image file |
| ©2025 Caliper Corporation | www.caliper.com |