Table of Contents

map_GetSettingsList

Description

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.

Function prototype

ZLIST CExtAPI::map_GetSettingsList(ZMAP hMap);

Arguments

Name Type Comment
hMap ZMAP A ZMAP handle to a map variable, the settings list of which is to be retrieved.

Return value

NULL if an error occurred, and a non-zero handle to a ZLIST variable.

Comments

None.