Retrieve the list of settings for this map. This list is usually empty, but may contain flags, georeferencing data, or other data set by plugins.
Declaration | Zeolite.h |
---|---|
Implementation | Zeolite.cpp |
ZLIST zmap_GetSettingsList(ZMAP hMap);
Name | Type | Comment |
---|---|---|
hMap | ZMAP | A ZMAP handle to a map variable, the settings list of which is to be retrieved. |
Null if an error occurred, and otherwise a non-null ZLIST handle to a list variable.
None.