Click or drag to resize

GM_UtilityFreePointFeature Method

Frees the native resources used by the given point feature

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public static void FreePointFeature(
	ref GM_PointFeature_t aPointFeature
)

Parameters

aPointFeature
Type: GlobalMapper.TypesGM_PointFeature_t
Point feature to free
See Also