SettingsGeoBasePath Method | |
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
)
Public Shared Function GeoBasePath (
path As String
) As String
Parameters
- path
- Type: SystemString
The subpath to look up in the GeoBase folder
Return Value
Type:
StringAn absolute path to the search path.
See Also