Click or drag to resize

GM_UtilitySetMemoryLimit Method

Sets the amount of available memory below which loads should fail and return (GM_Error_LowMemory). Set to zero to reset to no memory limit checking. [WinCE only]

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static void SetMemoryLimit(
	uint aMemoryLimit
)

Parameters

aMemoryLimit
Type: SystemUInt32
The limit at which GM_Error_LowMemory gets returned on load or 0 for no limit
See Also