Maptitude GISDK Help |
Stores an array with a window.
Added to Version 5.0.
SetWindowData(string window_name, array data)
Argument |
Contents |
window_name |
String of the form "window type|window name" |
data |
The array to be stored |
A copy of the array is stored with the window, so that if the original array changes this does not affect the stored data.
folder = RunMacro("G30 Tutorial Folder")
OpenWorkspace(folder + "NELayers.wrkz", null)
mp1 = GetMap()
SetWindowData("Map|" + mp1, {1, 2, 3})
info = GetWindowData("Map|" + mp1)
Error Type |
Meaning |
NotFound |
There is no window of the designated type and name |
Function |
Summary |
Retrieves an array stored with a window |
©2025 Caliper Corporation | www.caliper.com |