GM_UtilityGenerateContours 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 GenerateContours(
GM_Layer_t aLayer,
GM_ContourParams_t aContourParms,
out GM_Layer_t aContourLayer
)
Public Shared Function GenerateContours (
aLayer As GM_Layer_t,
aContourParms As GM_ContourParams_t,
<OutAttribute> ByRef aContourLayer As GM_Layer_t
) As GM_Error_t32
public:
static GM_Error_t32 GenerateContours(
GM_Layer_t^ aLayer,
GM_ContourParams_t aContourParms,
[OutAttribute] GM_Layer_t^% aContourLayer
)
Parameters
- aLayer
- Type: GlobalMapper.TypesGM_Layer_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