GM_UtilityGenerateContoursEx Method |
Generates contours for the given layer(s) (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 GenerateContoursEx(
GM_LayerList_t aLayerList,
GM_ContourParams_t aContourParms,
out GM_Layer_t aContourLayer
)
Public Shared Function GenerateContoursEx (
aLayerList As GM_LayerList_t,
aContourParms As GM_ContourParams_t,
<OutAttribute> ByRef aContourLayer As GM_Layer_t
) As GM_Error_t32
public:
static GM_Error_t32 GenerateContoursEx(
GM_LayerList_t^ aLayerList,
GM_ContourParams_t aContourParms,
[OutAttribute] GM_Layer_t^% aContourLayer
)
Parameters
- aLayerList
- Type: GlobalMapper.TypesGM_LayerList_t
IN: List of layers to use or NULL for all - aContourParms
- Type: GlobalMapper.TypesGM_ContourParams_t
IN: Parameters for generating contours - aContourLayer
- Type: GlobalMapper.TypesGM_Layer_t
OUT: Created contour layer
Return Value
Type:
GM_Error_t32A GM Error Code
See Also