GM_Utility .GenerateContours Method |
Generates contours for the given layer(s) (not implemented on WinCE)
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public static GM_Error_t32 GenerateContours(
GM_Layer_t aLayer,
GM_ContourParams_t aContourParms,
out GM_Layer_t aContourLayer
)
Parameters
- aLayer
-
Type:
GlobalMapper
.
GM_Layer_t
IN: List of layers to use or NULL for all - aContourParms
-
Type:
GlobalMapper
.
GM_ContourParams_t
IN: Parameters for generating contours - aContourLayer
-
Type:
GlobalMapper
.
GM_Layer_t
OUT: Created contour layer
Return Value
Type: GM_Error_t32A GM Error Code
