Global Mapper SDK
Sets the height units to use for 3D vector features without a height unit in the height attribute.
Syntax
C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_SetLayerHeightUnits
(
GM_LayerHandle_t32 aLayer, // Layer to modify
GM_ElevUnits_t8 aHeightUnits // Height units to interpret values as
);
Comments
0 comments
Please sign in to leave a comment.