Click or drag to resize

GM_Layer_tSetLayerHeightUnits Method

Sets the height units to use for 3D vector features without a height unit in the height attribute

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_Error_t32 SetLayerHeightUnits(
	GM_ElevUnits_t8 aHeightUnits
)

Parameters

aHeightUnits
Type: GlobalMapperGM_ElevUnits_t8
Height units to interpret values as

Return Value

Type: GM_Error_t32
A GM Error Code
See Also