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:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static void SetMemoryLimit(
uint aMemoryLimit
)
Public Shared Sub SetMemoryLimit (
aMemoryLimit As UInteger
)
public:
static void SetMemoryLimit(
unsigned int aMemoryLimit
)
Parameters
- aMemoryLimit
- Type: SystemUInt32
The limit at which GM_Error_LowMemory gets returned on load or 0 for no limit
See Also