Click or drag to resize

GM_UtilityGenerateContoursEx Method

Generates contours for the given layer(s) (not implemented on WinCE)

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 GenerateContoursEx(
	GM_LayerList_t aLayerList,
	GM_ContourParams_t aContourParms,
	out GM_Layer_t aContourLayer
)

Parameters

aLayerList
Type: GlobalMapperGM_LayerList_t
IN: List of layers to use or NULL for all
aContourParms
Type: GlobalMapperGM_ContourParams_t
IN: Parameters for generating contours
aContourLayer
Type: GlobalMapperGM_Layer_t
OUT: Created contour layer

Return Value

Type: GM_Error_t32
A GM Error Code
See Also