GM_Utility .GenerateContoursEx 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)

Syntax
C#
Copy
public static GM_Error_t32 GenerateContoursEx(
    GM_LayerList_t aLayerList,
    GM_ContourParams_t aContourParms,
    out GM_Layer_t aContourLayer
)

Parameters

aLayerList
Type:  GlobalMapper . GM_LayerList_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_t32
A GM Error Code
See Also