Click or drag to resize

GM_Layer_tSetLayerHeightAttribute Method

Sets the name of the attribute to use for retrieving the height value of point 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 SetLayerHeightAttribute(
	string aAttrName,
	uint aReserved
)

Parameters

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

Return Value

Type: GM_Error_t32
A GM Error Code
See Also