Click or drag to resize

GM_Layer_tSetLayerElevationUnits Method

Sets the elevation units to use for 3D vector features without an elevation unit in the elevation attribute

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

Parameters

aElevUnits
Type: GlobalMapperGM_ElevUnits_t8
Elevation units to interpret values as

Return Value

Type: GM_Error_t32
A GM Error Code
See Also