Click or drag to resize

GM_SetLayerDescription

Sets the description to use for this layer in the GM_LayerInfo_t structure and when adding it to a map catalog.

Syntax
GM_Error_t32 __stdcall GM_SetLayerDescription
(
GM_LayerHandle_t32  aLayer,         // layer to set description for
const char*         aDesc           // description to use (pass NULL to restore default)
);