GM_UtilityGenerateElevationGrid Method (GM_LayerList_t, GM_GridGenSetup_t, GM_Layer_t) |
Generates an elevation grid by triangulating and gridding 3D vector layers (not implemented on WinCE)
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 GenerateElevationGrid(
GM_LayerList_t aLayerList,
GM_GridGenSetup_t aGridSetup,
out GM_Layer_t aGridLayer
)
Public Shared Function GenerateElevationGrid (
aLayerList As GM_LayerList_t,
aGridSetup As GM_GridGenSetup_t,
<OutAttribute> ByRef aGridLayer As GM_Layer_t
) As GM_Error_t32
public:
static GM_Error_t32 GenerateElevationGrid(
GM_LayerList_t^ aLayerList,
GM_GridGenSetup_t^ aGridSetup,
[OutAttribute] GM_Layer_t^% aGridLayer
)
Parameters
- aLayerList
- Type: GlobalMapper.TypesGM_LayerList_t
IN: List of layers to use or NULL for all - aGridSetup
- Type: GlobalMapper.TypesGM_GridGenSetup_t
IN: Grid setup parameters (pass NULL for default options) - aGridLayer
- Type: GlobalMapper.TypesGM_Layer_t
OUT: Created grid layer
Return Value
Type:
GM_Error_t32A GM Error Code
See Also