Click or drag to resize

SettingsGeoBasePath Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Looks up the given path in the GeoBase folder and returns an absolute path. The GeoBase folder is looked up in the registry at HKCU\Software\Telogis\GeoBase\path. If that key is not found then it is looked up at HKLM\Software\Telogis\GeoBase\path. If that key is not found either then the folder containing the GeoBase .NET DLL is used.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static string GeoBasePath(
	string path
)

Parameters

path
Type: SystemString
The subpath to look up in the GeoBase folder

Return Value

Type: String
An absolute path to the search path.
See Also