Click or drag to resize

GM_UtilitySetSettingsFilePath Method

Sets the path where to store settings files, like custom_datums.txt, etc.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 SetSettingsFilePath(
	string aPathName
)

Parameters

aPathName
Type: SystemString
Full path in which to look for and store settings files

Return Value

Type: GM_Error_t32
A GM Error Code
See Also