Click or drag to resize

GM_Layer_tSetLayerLabelAttribute Method

Sets the name of the attribute to use for setting the display label of features within this layer.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_Error_t32 SetLayerLabelAttribute(
	string aAttrName,
	uint aReserved
)

Parameters

aAttrName
Type: SystemString
Name of attribute to use for naming labels
aReserved
Type: SystemUInt32
Reserved value for future expansion (must be zero)

Return Value

Type: GM_Error_t32
A GM Error Code
See Also