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.
ZLIST CExtAPI::map_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 a non-zero handle to a ZLIST variable.
None.