Click or drag to resize

GM_Layer_tSetLayerDescription Method

Sets the description for the layer

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_Error_t32 SetLayerDescription(
	string aDesc
)

Parameters

aDesc
Type: SystemString
Description to use (pass NULL to restore default)

Return Value

Type: GM_Error_t32
A GM Error Code
See Also