GM_Utility .SetMemoryLimit 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: 18.0.0.0 (18.0.0.0)

C#
Copy
public static void SetMemoryLimit(
uint aMemoryLimit
)
Parameters
- aMemoryLimit
-
Type:
System
.
UInt32
The limit at which GM_Error_LowMemory gets returned on load or 0 for no limit
