Global Mapper SDK
| GM_Layer_t .CreateCustomElevGridLayer Method |
Creates a new custom layer for an in-memory elevation grid (not implemented on WinCE)
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public static GM_Layer_t CreateCustomElevGridLayer ( string aDescription , GM_Projection_t aProj , GM_GridLayout_t aGridLayout , IntPtr aElevGrid , Object aReserved )
Parameters
- aDescription
-
Type:
System
.
String
IN: Description to use for layer (can be NULL to use default) - aProj
-
Type:
GlobalMapper
.
GM_Projection_t
IN: Native projection of new layer - aGridLayout
-
Type:
GlobalMapper
.
GM_GridLayout_t
IN: Grid layer layout and type - aElevGrid
-
Type:
System
.
IntPtr
(void*) IN: Grid of elevation values in row-major order - aReserved
-
Type:
System
.
Object
IN: Reserved for future use (must be NULL)
Return Value
Type: GM_Layer_tA Custom Elevation Grid Layer
Comments
0 comments
Please sign in to leave a comment.