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 |
Stores a snapshot image of the map as currently displayed |
|
Displays a snapshot and sets the map scope to match |
|
Gets a list of all snapshots associated with a map |
|
Converts a customized image file into a map snapshot |
|
Removes a snapshot from a map and deletes its image file |
©2025 Caliper Corporation | www.caliper.com |